mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 09:22:02 +00:00
Fixed some non-pc relative addressing
This commit is contained in:
+13115
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -9,7 +9,7 @@ SCREEN_BIT_DEPTH equ 4
|
||||
include "P6112-Options.i"
|
||||
|
||||
entry:
|
||||
lea level3InterruptHandler,a3
|
||||
lea level3InterruptHandler(pc),a3
|
||||
move.l a3,LVL3_INT_VECTOR
|
||||
|
||||
;; initialise P61
|
||||
|
||||
Reference in New Issue
Block a user