index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib9
/
tas-386.s
blob: 7a62d2d32c3ac7c7da493b260ef704e99ff424f3 (
plain
)
1
2
3
4
5
6
.globl _tas _tas: movl $0xCAFEBABE, %eax movl 4(%esp), %ecx xchgl %eax, 0(%ecx) ret