File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 5
5
6
6
; * * * JUMP TABLE * * *
7
7
.equ strncmp 0x03
8
- .equ addDE 0x06
9
- .equ addHL 0x09
10
- .equ upcase 0x0c
11
- .equ unsetZ 0x0f
12
- .equ intoDE 0x12
13
- .equ intoHL 0x15
14
- .equ writeHLinDE 0x18
15
- .equ findchar 0x1b
16
- .equ parseHex 0x1e
17
- .equ parseHexPair 0x21
18
- .equ blkSel 0x24
19
- .equ blkSet 0x27
20
- .equ fsFindFN 0x2a
21
- .equ fsOpen 0x2d
22
- .equ fsGetC 0x30
23
- .equ fsPutC 0x33
24
- .equ fsSetSize 0x36
25
- .equ cpHLDE 0x39
26
- .equ parseArgs 0x3c
27
- .equ printstr 0x3f
28
- .equ _blkGetC 0x42
29
- .equ _blkPutC 0x45
30
- .equ _blkSeek 0x48
31
- .equ _blkTell 0x4b
32
- .equ printcrlf 0x4e
33
- .equ stdioPutC 0x51
34
- .equ stdioReadLine 0x54
8
+ .equ addDE @ +3
9
+ .equ addHL @ +3
10
+ .equ upcase @ +3
11
+ .equ unsetZ @ +3
12
+ .equ intoDE @ +3
13
+ .equ intoHL @ +3
14
+ .equ writeHLinDE @ +3
15
+ .equ findchar @ +3
16
+ .equ parseHex @ +3
17
+ .equ parseHexPair @ +3
18
+ .equ blkSel @ +3
19
+ .equ blkSet @ +3
20
+ .equ fsFindFN @ +3
21
+ .equ fsOpen @ +3
22
+ .equ fsGetC @ +3
23
+ .equ fsPutC @ +3
24
+ .equ fsSetSize @ +3
25
+ .equ cpHLDE @ +3
26
+ .equ parseArgs @ +3
27
+ .equ printstr @ +3
28
+ .equ _blkGetC @ +3
29
+ .equ _blkPutC @ +3
30
+ .equ _blkSeek @ +3
31
+ .equ _blkTell @ +3
32
+ .equ printcrlf @ +3
33
+ .equ stdioPutC @ +3
34
+ .equ stdioReadLine @ +3
You can’t perform that action at this time.
0 commit comments