mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 06:30:41 +00:00
Save a byte
This commit is contained in:
parent
87f9be31d8
commit
26005a0637
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user