blob: 197f12b54d646eb2eaf297eaacfe923aec2b9a43 [file] [log] [blame]
rscf1e87062004-12-27 16:52:46 +00001.globl _tas
2_tas:
3 movl $0xCAFEBABE, %eax
4 movl 4(%esp), %ecx
5 xchgl %eax, 0(%ecx)
6 ret
7