mirror of
https://github.com/irmen/prog8.git
synced 2026-04-25 12:33:55 +00:00
added memtop to machine definition and asm source code check
added %memtop directive
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user