1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-07 22:20:39 +00:00
Files
DoctorWkt.unix-jun72/tools/as
tim.newsham c0adf32ada - some helpers for building userland code. Very hacky at the moment but
should work until something better comes along.
2008-05-04 22:20:08 +00:00

12 lines
234 B
Bash
Executable File

#!/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