Category:6502 Assembly: Difference between revisions

m
Line 223:
;check bit 7
BIT $00 ;alternatively, LDA $00 will work here too.
BMI bit7set ;if bit 7 of the value in $00 is set, thisthe BIT command will set the negative flag.
 
;check bit 6
1,489

edits