Skip to navigation

Elite on the BBC Micro and NES

Market: dn

[6502 Second Processor version]

Name: 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 second
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls dn * TT219 calls dn
.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 subroutine