Skip to content

Instantly share code, notes, and snippets.

@ErnyTech
Created November 2, 2019 22:31
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 ErnyTech/9cec6813eeb29c694b6e5bb8118c4add to your computer and use it in GitHub Desktop.
Save ErnyTech/9cec6813eeb29c694b6e5bb8118c4add to your computer and use it in GitHub Desktop.
testblink2.elf: formato del file elf32-avr
Disassemblamento della sezione .text:
00000000 <main>:
0: 8f ef ldi r24, 0xFF ; 255
2: 84 b9 out 0x04, r24 ; 4
00000004 <LBB0_1>:
4: 85 b9 out 0x05, r24 ; 5
6: fe cf rjmp .-4 ; 0x4 <LBB0_1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment