Manoël Trapier
Results
42
comments of
Manoël Trapier
Well, yes, `pointer32` allow to use the proper size, but if the far pointer is to a known structure we lost all of the information about it, that really don't...
Well a `far` pointer is not really a 32bit pointer either as they are linear pointer and not segment pointer. They need to add proper support for segmentation and the...