Friday, 27 September 2013

How to tell GCC to generate 16-bit code for real mode

How to tell GCC to generate 16-bit code for real mode

I am writing real mode function, which should be normal function with
stackframes and so, but it should use %sp instead of %esp. Is there some
way to do it?

No comments:

Post a Comment