A85: PUSH and POP


[Prev][Next][Index][Thread]

A85: PUSH and POP



Also, I an using a for my pinter in my matrice, sorry I forgot to say
this earlier!  Well, I xor a or ld a,0 (same thing right?) and then I
push af so I can load my c which is my y cordinate into a to compare and
see if the rows need to increase any!  Well, here is what I do

ld a,0
push af
ld a,c
cp 0
pop af
jr z,AddCol

When I pop af, I don't reset my z terminated thing do I?  If so, this is
where my bug is!


Follow-Ups: References: