This commit is contained in:
Anatoliy Belyanskiy 2024-03-31 02:19:51 +10:00
parent 3941b4176f
commit 0e3ea595ca
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
IFNDEF App_EXE_Version
DEFINE App_EXE_Version 0
ENDIF
ORG org_addr - exe_header.length
exe_header:
BYTE 'EXE' ; 0-2 EXE ‘¨£­ âãà 

View File

@ -118,6 +118,10 @@ Dss:
.EDIT EQU #34
.K_CLEAR EQU #35
.K_SETUP EQU #36
.K_SETUP.SetLayout EQU 0*256 + .K_SETUP
.K_SETUP.GetSoundVars EQU 1*256 + .K_SETUP
.K_SETUP.SetSoundVars EQU 2*256 + .K_SETUP
.K_SETUP.ClearSIObuff EQU 3*256 + .K_SETUP
.TestKey EQU #37
;
; Memory