Optimize an instruction from the ROM
The instruction to load fakestack into the SP can be removed by making use of the inital SP value in the reset vector
This commit is contained in:
parent
c923c188ac
commit
718f8cd276
@ -1,6 +1,5 @@
|
||||
.long 0, start
|
||||
.long fakestack, start
|
||||
start:
|
||||
move.w #fakestack, a7
|
||||
move.b #0x1, d0 | Find the ROM card
|
||||
bra.b find_first_card
|
||||
romfindret:
|
||||
|
Loading…
Reference in New Issue
Block a user