mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-25 19:56:30 +00:00
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
.globl $creat, $open, $close, $exit, $read, $write, $sbrk
|
|
.globl $seek, $gettod, $fork, $wait, $execv
|
|
|
|
$exit = ^O104401
|
|
$fork = ^O104402
|
|
$read = ^O104403
|
|
$write = ^O104404
|
|
$open = ^O104405
|
|
$close = ^O104406
|
|
$wait = ^O104524
|
|
$creat = ^O104410
|
|
$execv = ^O104413
|
|
$gettod = ^O104564
|
|
$sbrk = ^O104505
|
|
$seek = ^O104423
|
|
|
|
.end
|