This version has had little added to it but parts of it have been changed internally to make duplicate removal a lot more accurate. The technique I am using is probably a bit too aggressive but this file is just about OK for poasm as well as masm.
[attachment deleted by admin]
Yay !!! Great! First to download it !!! :cheekygreen:
The following errors (?) showed up when I plopped this file in the include directory of POASM Testbed 1.3 and recompiled my project :(
--- snip --- (line no 18308)
align dword
-- end of snip ---
--- snip --- (line 29709...IID redefinition)
IID STRUCT DWORD
Data1 dd ?
Data2 dw ?
Data3 dw ?
Data4 db 8 dup(?)
IID ENDS
--- end of snip ---
Joining all the equates and definitions for both of the tools Masm and Poasm, nice idea :U
shantanu,
> but this file is just about OK for poasm
I posted this file for the masm32 project but when POASM is more finalised and I know enough about it thre is little to do to make it compatible there as well.