RE: [AD] 3.9.31 breaks MSVC 4 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Eventually I want to move all the MSVC asm into external GNU format
> files, which is needed so that a native Mingw32 build can share it. In
> the meantime you can just delete the lines in complains about, and
> everything should be ok as long as you don't try to use windowed modes of
> different color depths to your desktop.
I had thought of this, but there are some problems:
How to call DirectX from .s files?
How to call a function of a .s from a C file?
How to use local data inside a function in asm (an easier method than sub
esp, x)?
If these problems have solutions, I will move my MMX functions to a .s file