1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

Save a byte

This commit is contained in:
David Schmenk 2018-01-13 12:09:52 -08:00
parent 87f9be31d8
commit 26005a0637

View File

@ -120,12 +120,11 @@ word lastsym = symtbl
//asm equates included from cmdstub.s
//
asm saveX#0
STX XREG
STX XREG+1
RTS
XREG !BYTE 0
end
asm restoreX#0
LDX XREG
XREG LDX #$00
RTS
end
// CALL PRODOS