mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
8 lines
89 B
ArmAsm
8 lines
89 B
ArmAsm
|
.globl _tas
|
||
|
_tas:
|
||
|
movl $0xCAFEBABE, %eax
|
||
|
movl 4(%esp), %ecx
|
||
|
xchgl %eax, 0(%ecx)
|
||
|
ret
|
||
|
|