mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
8 lines
128 B
ArmAsm
8 lines
128 B
ArmAsm
|
.comm DEBUGLEVEL,4,4
|
||
|
.text
|
||
|
.globl _start
|
||
|
.type _start, @function
|
||
|
_start:
|
||
|
.byte 0xeb, 0x8b
|
||
|
movl $DEBUGLEVEL@GOT, %ebp
|