Add LE/LX Fix-up page table

This commit is contained in:
Matt Nadareski
2022-11-04 16:09:20 -07:00
parent 95d1658324
commit e766be6af9
2 changed files with 42 additions and 2 deletions

View File

@@ -59,7 +59,11 @@ namespace BurnOutSharp.Models.LinearExecutable
/// </summary>
public PerPageChecksumTableEntry[] PerPageChecksumTable { get; set; }
// TODO: Fix-up page table
/// <summary>
/// Fix-up page table
/// </summary>
public FixupPageTableEntry[] FixupPageTable { get; set; }
// TODO: Fix-up record table
/// <summary>
@@ -81,7 +85,7 @@ namespace BurnOutSharp.Models.LinearExecutable
/// </summary>
public NonResidentNameTableEntry[] NonResidentNameTable { get; set; }
// TODO: Non-resident directives data
// TODO: Non-resident directives data (Undefined)
/// <summary>
/// Debug information