FreeCalypso > hg > freecalypso-reveng
annotate frbl/reconst/cl470 @ 400:5377f91aea97
compal/boot/c123-boot.disasm: annotate with symbols
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Jan 2023 09:47:46 +0000 |
parents | 2ceb1f263e19 |
children |
rev | line source |
---|---|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 #!/bin/sh |
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 C_DIR='c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT' |
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 TZ=GMT |
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 export C_DIR TZ |
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 exec nowhine 'c:/Dvpt_tools/Codegen/TMS4701x_1.22e/NT/cl470.exe' "$@" |