shared update

This commit is contained in:
Anatoliy Belyanskiy 2023-06-26 02:54:22 +10:00
parent 543a2533f9
commit 346d6e7cb8
2 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit c821d325066267e711886212aa3dfc4b83f5b64f
Subproject commit fc7af6fc40d61e9f8e626b39a8423d29a955afb2

View File

@ -1,13 +1,10 @@
;.PRINTX "Service."
SERVICE:
//LD HL,SR_TAB
LD DE,SR_MENU
LD BC,SR_MENU.Size
//PUSH HL
CALL RUN_MENU ;09f3
LD HL,SR_TAB
//POP HL
LD HL,SR_TAB
CALL EXEC_PNT
JR SERVICE