Skip to navigation


Save and load: OTHERFILEPR

[Commodore 64 version]

Name: OTHERFILEPR [Show more] Type: Subroutine Category: Save and load Summary: Display the non-selected media (disk or tape) Deep dive: Extended text tokens
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * JMTB calls OTHERFILEPR
.OTHERFILEPR LDA #2 ; Print extended token 2 - DISK, i.e. token 2 or 3 (as SEC ; DISK can be 0 or $FF). Token 2 is "disk" and token 3 SBC DISK ; is "tape", so this displays the other, non-selected JMP DETOK ; media