On 2013-03-21, at 19:34, Spiro Trikaliotis wrote: >> you can setup the high byte of the screen location somewhere (using some >> kernal routine perhaps).... then it will work with kernal (ffd2 etc) output >> fine. (and also conio, which uses the same pointers) > > Not exactly ZP (other mail): It's $0288. > > Also possible if you want to use the KERNAL: > LDA #$CC > JSR $FD97 > > However, FD97 only has STA $0288: RTS, thus, it is not worth it to use > this part of a routine, is it? Definitely not. Also because mid-ROM jumps should generally be avoided, shouldn't they? ;-) -- SD!---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Mar 22 00:22:47 2013
This archive was generated by hypermail 2.1.8 : 2013-03-22 00:22:50 CET