mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-01-19 01:28:03 +00:00
51 lines
686 B
ArmAsm
51 lines
686 B
ArmAsm
rele = 0.
|
|
exit = 1.
|
|
fork = 2.
|
|
read = 3.
|
|
write = 4.
|
|
open = 5.
|
|
close = 6.
|
|
wait = 7.
|
|
creat = 8.
|
|
link = 9.
|
|
unlink = 10.
|
|
exec = 11.
|
|
chdir = 12.
|
|
time = 13.
|
|
/ mkdir = 14.
|
|
chmod = 15.
|
|
chown = 16.
|
|
break = 17.
|
|
stat = 18.
|
|
seek = 19.
|
|
tell = 20.
|
|
/ mount is defined as a label in ux.s.
|
|
/ mount = 21.
|
|
umount = 22.
|
|
setuid = 23.
|
|
getuid = 24.
|
|
stime = 25.
|
|
quit = 26.
|
|
intr = 27.
|
|
fstat = 28.
|
|
emt = 29.
|
|
mdate = 30.
|
|
smdate = 30.
|
|
stty = 31.
|
|
/gtty = 32.
|
|
ilgins = 33.
|
|
|
|
/ KE11A memory map
|
|
div = 0177300
|
|
ac = 0177302
|
|
mq = 0177304
|
|
mul = 0177306
|
|
sc = 0177310
|
|
sr = 0177311
|
|
nor = 0177312
|
|
lsh = 0177314
|
|
ash = 0177316
|
|
|
|
/ hack
|
|
fpsym = 0
|