Initial revision

This commit is contained in:
bal
1985-04-18 15:14:37 +00:00
parent 928e341f16
commit d0e857ddb2
10 changed files with 80 additions and 0 deletions

6
mach/m68k2/libsys/lock.s Normal file
View File

@@ -0,0 +1,6 @@
.define _lock
.extern _lock
.text
_lock: move.w #0x35,d0
move.w 4(sp),a0
jmp callc