small clarification on what "unreal" mode really is

This commit is contained in:
2025-09-05 09:12:55 -04:00
parent cb089681cf
commit d824493ba2

View File

@@ -160,7 +160,7 @@ main:
call GetMemoryMap call GetMemoryMap
print_string MemoryMap_OK_info print_string MemoryMap_OK_info
; enter unreal mode ; enter unreal mode (16 bit code, 32 bit flat memory model)
call EnterUnrealMode call EnterUnrealMode
print_string UnrealMode_OK_info print_string UnrealMode_OK_info