moved map file output to build

moved output of builds to build/output
updated gitea action
This commit is contained in:
2025-08-24 10:47:18 -04:00
parent 5dfc3533d9
commit 402bf9974d
6 changed files with 25 additions and 20 deletions

View File

@@ -16,7 +16,7 @@
[BITS 16]
[ORG 0x0500] ; IF YOU CHANGE ORG CHANGE THE SIGN OFFSET AT THE END
[CPU KATMAI]
[map all stage2.map]
[map all build/stage2.map]
[WARNING -reloc-abs-byte]
[WARNING -reloc-abs-word]
[WARNING -reloc-abs-dword] ; Yes, we use absolute addresses. surpress these warnings.