.dn JSR TT162 ; Print a space LDA #119 ; Print recursive token 119 ("CASH:{cash} CR{crlf}") JSR spc ; followed by a space ; Fall through into dn2 to make a beep and delay for ; 1 second before returning from the subroutineName: dn [Show more] Type: Subroutine Category: Market Summary: Print the amount of money we have left in the cash pot, then make a short, high beep and delay for 1 secondContext: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls dn * TT219 calls dn
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine spc (category: Text)
Print a text token followed by a space