Skip to main content
Home▸ Forums▸ 68kMLA▸ Techknight™ - LC PDS NETWORK CARD IN A SE/30? — #11
Post #11 by techknight
Source Forum68kMLA
Category68k
Post DateFri, 27 Dec 2013 - 05:27
Original URLhttps://68kmla.org/bb/threads/techknighttm-lc-pds-network-card-in-a-se-30.29478/
Post
I hope the card's DeclROM is using indirect or relative addressing. Because if its using direct addressing for JSR/CALL routines then remapping away from slot E wont work unless its modified.

Reason I bring this up, becuase I remember back in the 6805 days that if i moved the ROM around to a different spot, It would break the operation on any ASM code that used direct-addressed jump to subroutines, or just jump blocks in general. As long as I used within-page calls/jumps I could move the ROM anywhere.

So basically any jump vectors that looked like this: JSR $E000 0000 would break if i moved the ROM to somewhere other than E. (of course DeclROM is above the slotspace).

mp.ls