File tree Expand file tree Collapse file tree 3 files changed +47
-3
lines changed Expand file tree Collapse file tree 3 files changed +47
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Arc_Unarc
3
+ geekdocHidden : true
4
+ params :
5
+ address : $021448
6
+ category : Variables
7
+ name : Arc_Unarc
8
+ ---
9
+
10
+ Swaps a specified variable between RAM and Archive.
11
+
12
+ {{< hint type=note >}}
13
+ Throws an OS error if any problem is encountered, including attempting to pass a variable which cannot be archived / unarchived.
14
+ {{< /hint >}}
15
+
16
+ ### Address: $021448
17
+
18
+ ### Inputs:
19
+ * OP1: Type and name of the variable to swap.
20
+
21
+ ### Outputs:
22
+ * Swaps variable between RAM and Archive.
23
+
24
+ ### Destroys:
25
+ * ` af ` , ` bc ` , ` de ` , ` hl `
26
+ * OP3
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ArchiveVar
3
+ geekdocHidden : true
4
+ params :
5
+ address : $02144C
6
+ category : Variables
7
+ name : ArchiveVar
8
+ ---
9
+
10
+ Archives a specified variable. This is a subroutine of [ Arc_Unarc] ( ../Arc_Unarc ) .
11
+
12
+ ### Address: $02144C
13
+
14
+ ### Inputs:
15
+ * Uses the outputs of [ ChkFindSym] ( ../ChkFindSym ) .
16
+
17
+ ### Outputs:
18
+ * Archives the variable.
19
+
20
+ ### Destroys:
21
+ * ` af ` , ` bc ` , ` de ` , ` hl `
Original file line number Diff line number Diff line change @@ -1214,8 +1214,6 @@ DelVarNoArc := 0021438h
1214
1214
SetAllPlots := 002143Ch
1215
1215
SetYeditHook := 0021440h
1216
1216
ClrYeditHook := 0021444h
1217
- Arc_Unarc := 0021448h
1218
- ArchiveVar := 002144Ch
1219
1217
UnarchiveVar := 0021450h
1220
1218
SetFontHook := 0021454h
1221
1219
ClrFontHook := 0021458h
@@ -1275,7 +1273,6 @@ HLMinus5 := 002152Ch
1275
1273
;_ret := 0021530h
1276
1274
:= 0021534h
1277
1275
:= 0021538h
1278
- Arc_Unarc_ := 002153Ch
1279
1276
RclExit := 0021540h
1280
1277
SetSilentLinkHook := 0021544h
1281
1278
ClrSilentLinkHook := 0021548h
You can’t perform that action at this time.
0 commit comments