Skip to navigation


Workspaces: ZP

[Apple II version, Loader]

Name: ZP [Show more] Type: Workspace Address: $00F0 to $00F7 Category: Workspaces Summary: Important variables used by the loader
Context: See this workspace in context in the source code References: No direct references to this workspace in this source file
ORG $00F0 .ztemp0 SKIP 1 ; Temporary storage used by the disk routines ; ; [Show more]
; ; This variable is used by the following: ; ; * getsct ; * rdaddr ; * read ; * seek ; ; 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
.ztemp1 SKIP 1 ; Temporary storage used by the disk routines ; ; [Show more]
; ; This variable is used by the following: ; ; * rdaddr ; * seek ; ; 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
.ztemp2 SKIP 1 ; Temporary storage used by the disk routines ; ; [Show more]
; ; This variable is used by the following: ; ; * seek ; * trytrk ; ; 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
.ztemp3 SKIP 1 ; Temporary storage used by the disk routines ; ; [Show more]
; ; This variable is used by the following: ; ; * seek ; ; 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
.fromAddr SKIP 2 ; The address to copy from in the CopyMemory routine ; ; [Show more]
; ; This variable is used by the following: ; ; * CopyCode2 ; ; 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
.toAddr SKIP 2 ; The address to copy to in the CopyMemory routine ; ; [Show more]
; ; This variable is used by the following: ; ; * CopyCode2 ; ; 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