1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

magic rom: add description strings to rom file

This commit is contained in:
UzixLS
2021-06-19 13:11:51 +03:00
parent c8e558ac7e
commit 052d2d0b20

View File

@ -5,6 +5,7 @@ app_begin:
; Startup handler
ORG #0000
jp startup_handler
DB 0,"Sizif Magic ROM",0
; NMI handler
ORG #0066
@ -374,6 +375,8 @@ main:
include strings.asm
app_end:
ORG #3FE8
DB 0,"End of Sizif Magic ROM",0
; Magic vectors
Exit_vector EQU #F000