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