1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 09:20:55 +10:00

recipes/sms/romasm: add missing sentinel in .mycmds

This commit is contained in:
Virgil Dupras 2019-12-02 23:00:03 -05:00
parent 30a0f69101
commit 0fb7995166

View File

@ -148,6 +148,7 @@ basFindCmdExtra:
.dw 0x1e00
.db "zasm", 0
.dw 0x2300
.db 0xff
f0GetB:
ld ix, FS_HANDLES