1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-17 08:41:39 +00:00

- oops, outdated comments, updated.

This commit is contained in:
tim.newsham
2008-05-06 23:55:11 +00:00
parent fc92776990
commit 181683935c

View File

@@ -1,13 +1,13 @@
#!/bin/sh
#
# use the v7 assembler to assemble some userland code into an 0405 binary.
# use the v2 assembler to assemble some userland code into an 0405 binary.
# Requires the first .s file to set ". = . + 40014".
#
# example, mount.s:
# exit = 1.
# write = 4.
# mount = 21.
# . = . + 40014
# .. = 40014
#
# mov $1,r0
# sys write; rk0; 8.