[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is this code exiting to the basic prompt?
BLuRry wrote:
> Nope... the //c firmware was buffering keystrokes and screwing up
> things. No screenholes involved really, just had to deactivate the
> serial port.
Hmm I guess you guys lost me along the way :)
... what your doing now is setting $7fd in the reset vector ($3f2) and
asking the user to CTRL-RESET?
going back to your original question and code I would be curious to
know if you still have the problem if you did this
7fd: jmp 248B
248B: wait for keypress, clear strobe, jmp 2400
....
vs this
7fd: jmp 2466
2466: 6da0.719f > 400 (each byte is xor'd with BB -- this is obviously
the crack screen)
248B: wait for keypress, clear strobe, jmp 2400
Glenn