Modified build to allow changing base address

This commit is contained in:
alpine9000
2016-03-10 08:45:02 +11:00
parent 25031ddb67
commit 82c28097a2
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ bootEntry:
;; a6 = Exec base
;; a1 = trackdisk.device I/O request pointer
lea $70000,a5 ; main.s entry point
lea BASE_ADDRESS,a5 ; main.s entry point
;; Load the progam from the floppy using trackdisk.device