• Please review our updated Terms and Rules here

Weird TRS-80 Model 100 fault with paste button

can you try running it a different way? I just realized that you will also get 1 beep if it does not load and run. IE an error.

go into BASIC
type
LOADM"MEMCHK.CO"
you should see some start, end, exec addresses and no error message

then
CALL (to the EXEC address 64704?)
Did that, it just said "OK" and didn't do anything else.
 
ok, so Memchk.co didn't actually run. you should have seen this:

1648040149662.png

if you don't see this, suggest you
1) cold restart
2) reload/rerun MEMCHK.DO
3) go into BASIC and type "LOADM "MEMCHK.CO"

confirm you get those TOP END EXE addresses

then type
CALL 64704

to run the memchk

..Steve

(inability to run a program that loads in the segment E000-FFFF is itself an indicator of a problem!)
 
Back
Top