sorry 'bout my english ) anyway
the problem - send parameters form one module to another via common memory segment. So the
calculation of one module are aviable in another. in tasm i simply create segment with common
parameter and and fixed structure in both modules. and use it.
'cause fasm using COFF, there's no segment, only sections. and data sections from different
modules simlpy appending to other.
so the question: can it be handled in segment way? or common memory region, somethin' like
that.
|