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:
@ -5,6 +5,7 @@ app_begin:
|
|||||||
; Startup handler
|
; Startup handler
|
||||||
ORG #0000
|
ORG #0000
|
||||||
jp startup_handler
|
jp startup_handler
|
||||||
|
DB 0,"Sizif Magic ROM",0
|
||||||
|
|
||||||
; NMI handler
|
; NMI handler
|
||||||
ORG #0066
|
ORG #0066
|
||||||
@ -374,6 +375,8 @@ main:
|
|||||||
include strings.asm
|
include strings.asm
|
||||||
|
|
||||||
app_end:
|
app_end:
|
||||||
|
ORG #3FE8
|
||||||
|
DB 0,"End of Sizif Magic ROM",0
|
||||||
|
|
||||||
; Magic vectors
|
; Magic vectors
|
||||||
Exit_vector EQU #F000
|
Exit_vector EQU #F000
|
||||||
|
Reference in New Issue
Block a user