Thread: koraX's utils
View Single Post
Re: koraX's utils
Old
  (#12)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: koraX's utils - 27-03-2005

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.


mirv the Silly Fish.
  
Reply With Quote