-
-
Save anonymous/debeed0822c36959021537dc4bfae734 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target/msp430/debug/deps/hello-d456a0525afbb12f: file format elf32-msp430 | |
Disassembly of section .text: | |
0000c000 <__watchdog_support>: | |
c000: 55 42 20 01 mov.b &0x0120,r5 | |
c004: 35 d0 08 5a bis #23048, r5 ;#0x5a08 | |
c008: 82 45 00 02 mov r5, &0x0200 | |
0000c00c <__init_stack>: | |
c00c: 31 40 00 04 mov #1024, r1 ;#0x0400 | |
0000c010 <__do_copy_data>: | |
c010: 3f 40 00 00 mov #0, r15 ;#0x0000 | |
c014: 0f 93 tst r15 | |
c016: 08 24 jz $+18 ;abs 0xc028 | |
c018: 92 42 00 02 mov &0x0200,&0x0120 | |
c01c: 20 01 | |
c01e: 2f 83 decd r15 | |
c020: 9f 4f 56 c0 mov -16298(r15),512(r15);0xc056(r15), 0x0200(r15) | |
c024: 00 02 | |
c026: f8 23 jnz $-14 ;abs 0xc018 | |
0000c028 <__do_clear_bss>: | |
c028: 3f 40 00 00 mov #0, r15 ;#0x0000 | |
c02c: 0f 93 tst r15 | |
c02e: 07 24 jz $+16 ;abs 0xc03e | |
c030: 92 42 00 02 mov &0x0200,&0x0120 | |
c034: 20 01 | |
c036: 1f 83 dec r15 | |
c038: cf 43 00 02 mov.b #0, 512(r15);r3 As==00, 0x0200(r15) | |
c03c: f9 23 jnz $-12 ;abs 0xc030 | |
0000c03e <__stop_progExec__>: | |
c03e: 32 d0 f0 00 bis #240, r2 ;#0x00f0 | |
c042: fd 3f jmp $-4 ;abs 0xc03e | |
0000c044 <__ctors_end>: | |
c044: 30 40 54 c0 br #0xc054 | |
0000c048 <start>: | |
c048: 04 12 push r4 | |
c04a: 04 41 mov r1, r4 | |
c04c: 21 83 decd r1 | |
c04e: 00 3c jmp $+2 ;abs 0xc050 | |
c050: 00 3c jmp $+2 ;abs 0xc052 | |
c052: ff 3f jmp $+0 ;abs 0xc052 | |
0000c054 <_unexpected_>: | |
c054: 00 13 reti | |
Disassembly of section .vectors: | |
0000ffe0 <__ivtbl_16>: | |
ffe0: 44 c0 44 c0 44 c0 44 c0 44 c0 44 c0 44 c0 44 c0 D.D.D.D.D.D.D.D. | |
fff0: 44 c0 44 c0 44 c0 44 c0 44 c0 44 c0 44 c0 00 c0 D.D.D.D.D.D.D... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment