Added comments that say why the ZPSAVE1 and ZPSAVE2 segments must be together.
This commit is contained in:
@@ -92,6 +92,9 @@ zpsave:
|
||||
|
||||
.byte 0
|
||||
|
||||
; The segments "ZPSAVE1" and "ZPSAVE2" always must be together.
|
||||
; They create a single object (the zpsave buffer).
|
||||
|
||||
.segment "ZPSAVE2"
|
||||
|
||||
.res zpspace - 1
|
||||
|
||||
Reference in New Issue
Block a user