06-19-2010, 06:37 PM
You can grab function parameters starting at (IX+4) - but you have to know the size of the parameters, and how they stack up to make it work.
For example, single bytes are still stacked as two (because PUSH does that), so if the first parameter is a byte, you'll find it at IX+5.
For example, single bytes are still stacked as two (because PUSH does that), so if the first parameter is a byte, you'll find it at IX+5.