added memtop to machine definition and asm source code check

added %memtop directive
This commit is contained in:
Irmen de Jong
2024-11-02 00:13:23 +01:00
parent 6fb05bdefc
commit 3b798097b9
31 changed files with 92 additions and 45 deletions
+1
View File
@@ -23,6 +23,7 @@ class TestIRFileInOut: FunSpec({
noSysInit = true,
compTarget = target,
loadAddress = target.machine.PROGRAM_LOAD_ADDRESS,
memtopAddress = 0xffffu,
outputDir = tempdir
)
val program = IRProgram("unittest-irwriter", IRSymbolTable(), options, target)