Skip to content

Instantly share code, notes, and snippets.

@mach-kernel
Created February 19, 2018 02:18
Embed
What would you like to do?
tencount ldx #0
:substart clc
cmp #10
bcc :subout
sbc #10
inx
jmp :substart
:subout rts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment