Skip to content

Instantly share code, notes, and snippets.

@petrihakkinen
Created December 8, 2014 18:01
Show Gist options
  • Save petrihakkinen/d9431f8a0dac748bea86 to your computer and use it in GitHub Desktop.
Save petrihakkinen/d9431f8a0dac748bea86 to your computer and use it in GitHub Desktop.
; copy 128 bytes, 6 cycles per byte (768 cycles)
.rept 128
out _SFR_IO_ADDR(PORTA), ZL ; PORTA = lo
addi ZL, 1
nop
in r24, _SFR_IO_ADDR(PINC) ; r24 = data
st X+, r24
.endr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment