Advertisement
Guest User

Untitled

a guest
Dec 8th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1.  
  2. zig-cache/o/dbe2937348aadc1f49ded9100d00ff24/blink.o: file format elf32-msp430
  3. zig-cache/o/dbe2937348aadc1f49ded9100d00ff24/blink.o
  4. architecture: msp430:430, flags 0x00000011:
  5. HAS_RELOC, HAS_SYMS
  6. start address 0x00000000
  7.  
  8. Sections:
  9. Idx Name Size VMA LMA File off Algn
  10. 0 .MSP430.attributes 00000017 00000000 00000000 00000034 2**0
  11. CONTENTS, READONLY
  12. 1 .text 00000038 00000000 00000000 0000004c 2**2
  13. CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
  14. 2 .note.GNU-stack 00000000 00000000 00000000 00000084 2**0
  15. CONTENTS, READONLY
  16. SYMBOL TABLE:
  17. 00000000 l df *ABS* 00000000 blink
  18. 00000034 g F .text 00000004 _start
  19. 00000000 g F .text 00000034 main
  20.  
  21.  
  22.  
  23. Disassembly of section .text:
  24.  
  25. 00000000 <main>:
  26. main():
  27. 0: b2 40 80 5a mov #23168, &0x0120 ;#0x5a80
  28. 4: 20 01
  29. 6: d2 d3 22 00 bis.b #1, &0x0022 ;r3 As==01
  30. a: 5c 43 mov.b #1, r12 ;r3 As==01
  31. c: 5c d2 21 00 bis.b &0x0021,r12
  32. 10: c2 4c 21 00 mov.b r12, &0x0021
  33. 14: 4c 43 clr.b r12
  34. 16: 7c 90 64 00 cmp.b #100, r12 ;#0x0064
  35. 1a: 08 24 jz $+18 ;abs 0x2c
  36. 1c: 3d 40 00 01 mov #256, r13 ;#0x0100
  37. 20: 0d 93 tst r13
  38. 22: 02 24 jz $+6 ;abs 0x28
  39. 24: 3d 53 add #-1, r13 ;r3 As==11
  40. 26: fc 3f jmp $-6 ;abs 0x20
  41. 28: 5c 53 inc.b r12
  42. 2a: f5 3f jmp $-20 ;abs 0x16
  43. 2c: 5c 43 mov.b #1, r12 ;r3 As==01
  44. 2e: 5c e2 21 00 xor.b &0x0021,r12
  45. 32: ee 3f jmp $-34 ;abs 0x10
  46.  
  47. 00000034 <_start>:
  48. _start():
  49. 34: b0 12 00 00 call #0x0000
  50. 36: R_MSP430_16_BYTE main
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement