rosco_m68k icon indicating copy to clipboard operation
rosco_m68k copied to clipboard

Null-terminated print traps should leave A1 pointing to the terminator

Open roscopeco opened this issue 7 months ago • 1 comments

In the interface reference docs, we state that the print traps leave A1 pointing to the null terminator.

This no longer appears to be the case, we save and restore that register in the trap code.

since this behaviour is useful, we should put it back as it was.

roscopeco avatar Nov 15 '23 21:11 roscopeco