More content added

This commit is contained in:
Ilia Sharin 2026-04-26 14:46:18 -04:00
parent 5fac29ccd5
commit 8133b3a6cb
90 changed files with 7794 additions and 705 deletions

View file

@ -40,8 +40,8 @@ m68k-amigaos-gcc -noixemul -o hello hello.c
# -m68040 — target 68040
# -m68060 — target 68060
# -m68881 — use 68881/68882 FPU
# -Os — optimise for size
# -O2 — optimise for speed
# -Os — optimize for size
# -O2 — optimize for speed
# -fomit-frame-pointer — free up A5
# -fbaserel — base-relative addressing (small data model)
# -resident — generate resident-capable code