Would this code...
php pla sta ZPPut the entire processor status register in a zero-page memory location?
And would this...
lda ZP pha plpSet the processor status register to whatever was in the zero-page memory location?
Posted Thu Jan 13, 2005 2:18 PM
php pla sta ZPPut the entire processor status register in a zero-page memory location?
lda ZP pha plpSet the processor status register to whatever was in the zero-page memory location?
Posted Thu Jan 13, 2005 3:30 PM
Posted Thu Jan 13, 2005 3:32 PM
ldx #ZP txs ... phpand later:
ldx #ZP txs ; optional plp
Posted Thu Jan 13, 2005 3:35 PM
Posted Thu Jan 13, 2005 3:57 PM
Thomas Jentzsch said:
ldx #ZP txs ... phpand later:
ldx #ZP txs ; optional plp
php pla sta ZP
lda #0 pha plp php plaWouldn't the zero flag then be...um...set? I think?
Posted Thu Jan 13, 2005 4:16 PM
vdub_bobby said:
Quote
lda #0 pha plp php plaWouldn't the zero flag then be...um...set? I think?
Posted Thu Jan 13, 2005 4:21 PM
Posted Thu Jan 13, 2005 8:32 PM
Posted Thu Jan 13, 2005 11:21 PM
Thomas Jentzsch said:
Posted Fri Jan 14, 2005 11:57 AM
Nukey Shay said:
Bruce Tomlin said:
Thomas Jentzsch said:
Posted Fri Jan 14, 2005 5:08 PM
0 members, 1 guests, 0 anonymous users