Skip to navigation


Loader: ENTRY

[Apple II version]

Name: ENTRY [Show more] Type: Subroutine Category: Loader Summary: An entry point at the start of the game binary
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
JMP S% ; Jump to S% to decrypt and run the game ; ; This instruction would be used to start the game if ; the game binary was loaded with a BRUN command with no ; execution address, which is not the case here, so ; perhaps it is left over from development