| Posted By 
  Charlemagne
 on 2017-09-15
 17:45:27
 
 |  Re: Plus/4: reading the basic ROM from a basic program 
 I had recognized this problem (PEEK(X) where X>0x7FFF doesn't work) a lot of years ago...
 
 So I made a little program:
 Memória Nézegető
 
 Have a closer look at the 100th and 320th lines of this BASIC program!
 
 It rewrites a little assembly program (LDA $XXXX STA $02 RTS) with POKE at 32000 ($7D00) and calling with SYS then PEEK(2)
 
 |