Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
LDX #$FF
|
||||
INX ;the carry flag is not affected by this unsigned overflow, but the zero flag will be set
|
||||
; so we can detect overflow that way instead!
|
||||
BEQ OverflowOccurred ;notice that we used BEQ here and not BCS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue