![]() |
Re: koraX's utils
If only I knew how to get assembler working in MinGW.
|
Re: koraX's utils
Though I don't do much assembly for the stock standard PC (though I've done some work with microcontrollers) it may be a good idea make sure things run on 32bit and 64bit machines if any library is made. Endian correctness too, if applicable. Most of that can be done with #defines. I haven't come across many endian problems (except where forgetting about network data conversions), though I have had some with getting really useful libraries working under a 64bit environment.
Note that I only had a brief look at the code posted earlier, so dunno if any of that applies; I'm posting more as a general comment. |
Re: koraX's utils
Do you really think endian correctness is necessary for... games ?
I mean today pretty much everything runs on x86. I doubt we'll see a HL2 server on an IBM machine. |
Re: koraX's utils
If the games run on an mac powerpc system, that's big endian. Some of the larger software titles have been ported to run on mac systems.
|
Re: koraX's utils
My bad, I thought the Macs had left the 68000 platform :-/
|
All times are GMT +2. The time now is 11:00. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.