Den 18-04-2012 15:04, Piotr Caban skrev:
I intend to make use of the fact that the allocation table can be used as DWORD as well as BYTE.On 04/16/12 22:00, Morten Rønne wrote: + DWORD AllocationTable[0xF6C];There are defines describing allocation table size. It's better to define it as BYTE AllocationTable[ALLOCATION_TABLE_SIZE];
I will update using defines. BR Morten Rønne
