nitrologic / skid30

Acid Amiga Emulation
7 stars 1 forks source link

blitz2 rebuild #25

Open nitrologic opened 1 year ago

nitrologic commented 1 year ago

https://github.com/nitrologic/skid30/blob/main/MyACID500/blitz2/src/blitz2.lst

HiSoft GenAm 680x0 Macro Assembler v3.01 Aug 31 2023 Page 1 blitz2.s

Error addressing mode not allowed at line 3818 in file blitz2.s 3818 00.00004AEE FF80000024EA or.l firstlocal,d0 Error addressing mode not allowed at line 6066 in file blitz2.s 6066 00.000066E4 FF80000A or.l 10(a3),d0 Error addressing mode not allowed at line 6105 in file blitz2.s 6105 00.0000675C FF800010 or.l 16(a3),d0 Error addressing mode not allowed at line 7606

nitrologic commented 1 year ago

Builds fine with same version of GenAm on WinUAE.

Returning unsigned byte from mmu_read_byte seems to solve this issue but introduces a Pass 2 issue.

TBC