fxdoc/fxosrc

36 lines
480 B
Plaintext
Raw Normal View History

2022-03-07 21:58:02 +01:00
# fxos startup file: loaded automatically when fxos starts
# Load assembly instruction tables
2022-04-14 13:47:09 +02:00
.dt "/asmtables/sh3.txt"
.dt "/asmtables/sh4.txt"
2022-03-07 21:58:02 +01:00
# Load main targets
vc cg_3.70
. "/targets/cg_3.70"
2022-04-14 13:47:09 +02:00
vc cg_3.60
. "/targets/cg_3.60"
2022-03-07 21:58:02 +01:00
vc cgemu_3.60
. "/targets/cgemu_3.60"
2023-03-11 11:28:33 +01:00
2022-12-18 11:55:11 +01:00
vc cg_3.00
. "/targets/cg_3.00"
vc cgemu_2.00
. "/targets/cgemu_2.00"
vc cg_2.00
. "/targets/cg_2.00"
vc cg_1.01
. "/targets/cg_1.01"
vc cg_1.00
. "/targets/cg_1.00"
2022-04-14 13:47:09 +02:00
# Default to cg_3.60
vs cg_3.60
2022-12-18 11:55:11 +01:00
2023-03-11 11:28:33 +01:00
#ads