PEEKing to other memory segments past 64k?
Posted: Sat Jan 15, 2022 12:46 pm
With Cartridge BASIC is is possible to peek to different areas of the PCjr from BASIC? I want to read E0000
I have been playing with an eprom burner and a reproduction JR cart pcb. If I burn some text to an eprom and put it in the second socket on the cartage I have I can see the text in dos DEBUG with "d E000:0000"
The cart puts my eprom at E0000. In decimal that is 917504 which is more then 65535 so I can't just PEEK to it.
I have been playing with an eprom burner and a reproduction JR cart pcb. If I burn some text to an eprom and put it in the second socket on the cartage I have I can see the text in dos DEBUG with "d E000:0000"
The cart puts my eprom at E0000. In decimal that is 917504 which is more then 65535 so I can't just PEEK to it.