5 lines
53 B
ArmAsm
5 lines
53 B
ArmAsm
.section .text
|
|
.globl tomato
|
|
tomato:
|
|
movl $1, %eax
|
.section .text
|
|
.globl tomato
|
|
tomato:
|
|
movl $1, %eax
|