kickc/src/main/fragment/mos6502-common/vwsm1=vwsm1_rol_vbum2.asm

9 lines
55 B
NASM

ldy {m2}
beq !e+
!:
asl {m1}
rol {m1}+1
dey
bne !-
!e: