diff options
Diffstat (limited to 'examples/lowlevel')
| -rw-r--r-- | examples/lowlevel/cartrom/rom.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/lowlevel/cartrom/rom.s b/examples/lowlevel/cartrom/rom.s index 14c1167..587ba6f 100644 --- a/examples/lowlevel/cartrom/rom.s +++ b/examples/lowlevel/cartrom/rom.s @@ -3,6 +3,9 @@ # # TurboBoot Example by Lameguy64 # +# Note: This example is being obsoleted as GAS is not ideal for making +# ROM firmwares. Use ARMIPS instead, but it cannot build this example +# as it is not GAS syntax compatible. # Uncomment either PAR or XPLORER depending on the cartridge |
