mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-17 06:18:06 +11:00
recipes/sms/romasm: add missing sentinel in .mycmds
This commit is contained in:
parent
30a0f69101
commit
0fb7995166
@ -148,6 +148,7 @@ basFindCmdExtra:
|
|||||||
.dw 0x1e00
|
.dw 0x1e00
|
||||||
.db "zasm", 0
|
.db "zasm", 0
|
||||||
.dw 0x2300
|
.dw 0x2300
|
||||||
|
.db 0xff
|
||||||
|
|
||||||
f0GetB:
|
f0GetB:
|
||||||
ld ix, FS_HANDLES
|
ld ix, FS_HANDLES
|
||||||
|
Loading…
Reference in New Issue
Block a user