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 equates included from cmdstub.s
|
||||||
//
|
//
|
||||||
asm saveX#0
|
asm saveX#0
|
||||||
STX XREG
|
STX XREG+1
|
||||||
RTS
|
RTS
|
||||||
XREG !BYTE 0
|
|
||||||
end
|
end
|
||||||
asm restoreX#0
|
asm restoreX#0
|
||||||
LDX XREG
|
XREG LDX #$00
|
||||||
RTS
|
RTS
|
||||||
end
|
end
|
||||||
// CALL PRODOS
|
// CALL PRODOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user