.write CLC ; Clear the C flag to indicate success RTS ; Return from the subroutineName: write [Show more] Type: Subroutine Category: Save and load Summary: Write a sector's worth of data from the buffr2 buffer to the current track and sectorContext: See this subroutine in context in the source code References: This subroutine is called as follows: * rttrk calls write
This routine does nothing except clear the C flag to indicate success, as we do not need to write to disk in the game loader.