OSNEWL&FFE7

When calling the OSNEWL routine from machine code you will need to use the absolute address &40E7. However, when CALLing this routine from BBC BASIC it is recommended that you use the BBC Micro-compatible address &FFE7.

This routine outputs an ASCII new line sequence (CR, LF) using OSWRCH. The A register is destroyed.

See Also