1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-07 22:25:13 +00:00
Files
kickc/src/main/fragment/mos6502-common/pbuz1=pbuz1_plus_2.asm
2019-09-08 15:28:33 +02:00

7 lines
49 B
NASM

lda {z1}
clc
adc #2
sta {z1}
bcc !+
inc {z1}+1
!: