Added comments that say why the ZPSAVE1 and ZPSAVE2 segments must be together.

This commit is contained in:
Greg King
2015-01-08 17:07:28 -05:00
parent 22e06c41d1
commit 43342366ed
2 changed files with 5 additions and 2 deletions

View File

@@ -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