Hi Brian,
!Boot always loads to &4000.
Re at line error.
You get that kind of error after a CALL to ‘bad’ code.
Probably the CALL &40E6 which is to part of the original !Boot code.
Try peeking to check there’s something there.
The IF on line 110 just checks if !boot is loaded, and if not loads it.
Eg if the user just chains Viewfax rather than auto booting or *running !boot.
This is in the original code.
Re A% X% Y%, if you cannot use these then you cannot call OSWORD, etc using CALL.
The logo on the screen looks a bit corrupt. Memory conflict?
!Boot always loads to &4000.
Re at line error.
You get that kind of error after a CALL to ‘bad’ code.
Probably the CALL &40E6 which is to part of the original !Boot code.
Try peeking to check there’s something there.
The IF on line 110 just checks if !boot is loaded, and if not loads it.
Eg if the user just chains Viewfax rather than auto booting or *running !boot.
This is in the original code.
Re A% X% Y%, if you cannot use these then you cannot call OSWORD, etc using CALL.
The logo on the screen looks a bit corrupt. Memory conflict?
Statistics: Posted by mm67 — Tue Aug 27, 2024 9:09 pm