Skip to navigation

Elite on the BBC Micro and NES

Text: tosend

[6502 Second Processor version, I/O processor]

Name: tosend [Show more] Type: Subroutine Category: Text Summary: Print a printable character and return to the printer routine
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * printer calls tosend
.tosend JSR POSWRCH \ Call POSWRCH to print the character in A on the \ printer only JMP sent \ Jump to sent to turn the printer off and restore the \ USOSWRCH handler, returning from the subroutine using \ a tail call