Re: A86: AAAAAARGH!!!!


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

Re: A86: AAAAAARGH!!!!




Not only do you need a .db in front of your title data, but your 'press
anykey' code uses four lines of code and sucks up power while it waits
for you to press a key.  Just call _getkey;  it waits for the user to
press something before it continues so you don't need the loop.  It also
uses low power mode while it waits.

Also you might consider removing the underscore befor AnyKey, lest you
confuse it with a ROM call later on...

Cassady Roop


References: