File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : tempFreeArc
3
+ geekdocHidden : true
4
+ params :
5
+ address : $D02655
6
+ name : tempFreeArc
7
+ ---
8
+
9
+ Holds the number of free bytes of Archive remaining stored by [ ArcChk] ( ../../../syscalls/all/ArcChk ) .
10
+
11
+ ### Address: $D02655
12
+
13
+ ### Size: 3 bytes
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ArcChk
3
+ geekdocHidden : true
4
+ params :
5
+ address : $022040
6
+ category : System
7
+ name : ArcChk
8
+ ---
9
+
10
+ Finds the amount of free archive space and stores it to [ tempFreeArc] ( ../../../memory/all/tempFreeArc ) .
11
+
12
+ ### Address: $022040
13
+
14
+ ### Inputs:
15
+ * None
16
+
17
+ ### Outputs:
18
+ * [ tempFreeArc] ( ../../../memory/all/tempFreeArc ) : Contains 3 bytes with the number amount of free bytes of Archive remaining.
19
+
20
+ ### Destroys:
21
+ * ` af ` , ` bc ` , ` de ` , ` hl `
Original file line number Diff line number Diff line change @@ -1023,7 +1023,6 @@ DisableAPD := 0021134h
1023
1023
EnableAPD := 0021138h
1024
1024
Set2IY34 := 002113Ch
1025
1025
ForceCmd := 0021140h
1026
- AppSetup := 0021148h
1027
1026
:= 002114Ch
1028
1027
ReleaseSedit := 0021150h
1029
1028
InitSmallEditLine := 0021154h
@@ -1981,7 +1980,6 @@ os.MemChk := 0021FF0h
1981
1980
:= 0022034h
1982
1981
:= 0022038h
1983
1982
:= 002203Ch
1984
- ArcChk := 0022040h
1985
1983
LoadDEIndFlash := 0022044h
1986
1984
ChkInRamB := 0022048h
1987
1985
:= 002204Ch
You can’t perform that action at this time.
0 commit comments