Rev 55 |
Rev 522 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
DEVICE ZXSPECTRUM128
include "../_sdk/sys_h.asm"
org PROGSTART
cmd_begin
;ld bc,0x83ab
;ld a,0x10
;out (c),a
;ld bc,0x82ab
;ld a,0x50
;out (c),a
QUIT
cmd_end
display "Size ",/d,cmd_end-cmd_begin," bytes"
savebin "emptyapp.com",cmd_begin,cmd_end-cmd_begin
;LABELSLIST "../us/user.l"