[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is this code exiting to the basic prompt?



It never executes any instruction after the BPL instruction.  Ever.
I've put BRK, RTS, jmp (fffc) instuctions there.  It's like it just
implicitly performs an RTS or something.

this is very strange.  I think I'm going to go curl up into a ball.
Everything is in memory and correct.  But it doesn't execute the same
way.  Even then, if I remove the BPL logic (fill it with NOP's) I see
the game inialize but stall out later on down the line.  Probably for
similar reasons?  Do people go very far without writing BPL
instructions?  I somehow doubt this is very normal behavior.