Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 340a474

Browse files
author
Virgil Dupras
committed
emul/shell: use '@' symbol in jump table
1 parent 612323f commit 340a474

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

tools/emul/shell/user.h

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@
55

66
; *** JUMP TABLE ***
77
.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

0 commit comments

Comments
 (0)