Skip to content

Instantly share code, notes, and snippets.

@mtharrison
Created October 13, 2015 07:38
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 mtharrison/48bac85674874e671c7a to your computer and use it in GitHub Desktop.
Save mtharrison/48bac85674874e671c7a to your computer and use it in GitHub Desktop.
.equ PORTB,0x05
.equ DDRB, 0x04
.global main
main:
ldi r16, 0b00000001
out DDRB,r16
loop:
out PORTB,r16
rjmp loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment