On Tue, 3 Feb 2004 05:06:41 +0300 (MSK), Arkady V.Belousov <[EMAIL PROTECTED]> wrote:

But there remains unrecoverable errors, because Watcom doesn't knows
register pseudo-variables (_AX, etc) and __emit__. Unforunately, there are
places, where inline asm is required. Fortunately, Watcom knows presents
inline asm. Unfortunately, rewriting register pseudo-variables into inline
asm not always is easy task. Does anyone knows, how to imitate in Watcom
register pseudo-variables and __emit__?

"_emit" can be replaced by "db", but you'd better study the powerful auxiliary pragmas - they can do much more than just inline asembly ;-) I don't uderstand them well (Bart probably knows much more), but from what I know, you can have a lot of control over the code generation by using them.


Lucho


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freedos-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to