.ZEBC RTS ; Return from the subroutine, as ZEBC does nothing in ; this version of Elite (it is left over from the BBC ; Micro version) LDX #$C ; Call ZES1 with X = $C to zero-fill page $C JSR ZES1 DEX ; Decrement X to $B ; Fall through into ZES1 to zero-fill page $BName: ZEBC [Show more] Type: Subroutine Category: Utility routines Summary: Zero-fill pages $B and $CContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
[X]
Subroutine ZES1 (category: Utility routines)
Zero-fill the page whose number is in X