Mercurial > hg > Members > kono > nitros9-code
annotate lib/kreiderclib/gs1.as @ 2880:0d9bbad2d398 lwtools-port
coco3/makefile: Remove spurious space in CMDS list
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 16:13:49 +0100 |
parents | 1647f1874cdf |
children |
rev | line source |
---|---|
2824 | 1 * Disassembly by Os9disasm of gs1.r |
2 | |
3 section code | |
4 | |
5 * OS-9 system function equates | |
6 | |
7 I$GetStt equ $8d | |
8 | |
9 _gs_size: ldb #2 | |
10 bra L0006 | |
11 _gs_pos: ldb #5 | |
12 L0006 pshs u | |
13 lda 5,s | |
14 os9 I$GetStt | |
15 bcc L0019 | |
16 ldx #-1 | |
17 tfr x,u | |
18 clra | |
19 std errno,y | |
20 L0019 stx _flacc,y | |
21 leax _flacc,y | |
22 stu 2,x | |
23 puls u,pc | |
24 | |
25 endsect | |
26 |