Re: [cc65-devel] HuC6280 zero-page addressing problem.
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: <gr...@gm...> - 2016-06-22 23:11:53
|
On Thursday 23 June 2016, 00:55:00 gr...@gm... wrote: > and what page the two byte addressing > actually refers to entirely depends on how the MMU/MPR is set up ugh. i should have taken a break from debugging actual MMU code before writing this - what you said is true of course =) i still think it'd be weird if the assembler assembles "lda $2000" into a two byte instruction however - you should be writing "lda $00" instead and treat the first RAM page as actual zeropage, what speaks against it anyway? -- http://www.hitmen-console.org http://magicdisk.untergrund.net http://www.pokefinder.org http://ar.pokefinder.org No matter what the anticipated result, there will always be someone eager to (a) misinterpret it, (b) fake it, or (c) believe it happened according to his own pet theory. |