Initial revision
This commit is contained in:
parent
5f7d5e8d18
commit
b2cfc4e2e7
242 changed files with 18177 additions and 0 deletions
6
src/lib9/tas-386.s
Normal file
6
src/lib9/tas-386.s
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.globl _tas
|
||||
_tas:
|
||||
movl $0xCAFEBABE, %eax
|
||||
movl 4(%esp), %ecx
|
||||
xchgl %eax, 0(%ecx)
|
||||
ret
|
||||
Loading…
Add table
Add a link
Reference in a new issue