Skip to content

Instantly share code, notes, and snippets.

@dchapman1988
Created October 17, 2014 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dchapman1988/e9e756bfc8697f36d9c4 to your computer and use it in GitHub Desktop.
Save dchapman1988/e9e756bfc8697f36d9c4 to your computer and use it in GitHub Desktop.
delay100ms
pshx
ldx #60000 ; 2 E cycles
iloop psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
psha ; 2 E cycles
pula ; 3 E cycles
nop ; 1 E cycle
nop ; 1 E cycle
dbne x,iloop ; 3 E cycles
pulx
rts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment