In porting the System disk utilities to the Atom, I have come across a small problem. The code that runs on the system will generally error out by calling the inline print routine and then executing a BRK :
Code: Select all
.QuitTooSmall
JSR INLINE_PRINT
EQUS "Destination too small"
BRK

What would be the correct way of printing the error and then returning to basic?
Cheers.
Phill.