mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-12-06 18:45:34 +00:00
Fixed some non-pc relative addressing
This commit is contained in:
13115
003.music/bootblock.txt
Normal file
13115
003.music/bootblock.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -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