add reminder comment

This commit is contained in:
Kenneth J Davis 2024-08-18 16:25:18 -04:00
parent f25e959e0a
commit 1c6d1e8434
No known key found for this signature in database
GPG Key ID: 59D5F216C38F11FD

View File

@ -1024,6 +1024,7 @@ segment DYN_DATA
global _Dyn
_Dyn:
DynAllocated dw 0
;times DynAllocated db ? ; allocated at runtime, need to add DynAllocated to _markEndInstanceData
global _markEndInstanceData
_markEndInstanceData: ; mark end of DOS data seg we say needs instancing