Skip to navigation


Workspaces: ZP

[Commodore 64 version, Game Loader]

Name: ZP [Show more] Type: Workspace Address: $0018 to $001B Category: Workspaces Summary: Important variables used by the loader
Context: See this workspace in context in the source code References: This workspace is used as follows: * DEEORS uses ZP * Elite loader (Part 2 of 7) uses ZP * Elite loader (Part 5 of 7) uses ZP * Elite loader (Part 6 of 7) uses ZP * Elite loader (Part 7 of 7) uses ZP * mvblock uses ZP * mvsm uses ZP
ORG $0018 .ZP SKIP 2 ; Stores addresses used for moving content around ; ; [Show more]
; ; This variable is used by the following: ; ; * DEEORS ; * Elite loader (Part 2 of 7) ; * Elite loader (Part 5 of 7) ; * Elite loader (Part 6 of 7) ; * Elite loader (Part 7 of 7) ; * mvblock ; * mvsm ; ; This list only includes code that refers to the ; variable by name; there may be other references to ; this memory location that don't use this label, and ; these will not be mentioned above
.ZP2 SKIP 2 ; Stores addresses used for moving content around ; ; [Show more]
; ; This variable is used by the following: ; ; * DEEORS ; * Elite loader (Part 2 of 7) ; * Elite loader (Part 5 of 7) ; * Elite loader (Part 6 of 7) ; * Elite loader (Part 7 of 7) ; * mvblock ; * mvsm ; ; This list only includes code that refers to the ; variable by name; there may be other references to ; this memory location that don't use this label, and ; these will not be mentioned above