1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-28 04:54:47 +00:00

- some helpers for building userland code. Very hacky at the moment but

should work until something better comes along.
This commit is contained in:
tim.newsham
2008-05-04 22:20:08 +00:00
parent 3d86f87e10
commit c0adf32ada
2 changed files with 52 additions and 0 deletions

11
tools/as Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# use the v7 assembler to assemble some userland code into an 0405 binary.
# Requires the first .s file to set ". = . + 40014".
#
. tools/assemv7.cfg
export APOUT_ROOT
$APOUT $APOUT_ROOT/bin/as "$@" && tools/fixaout.py