27 Jan
2002
27 Jan
'02
6:53 a.m.
Tim, The port over to djgpp is going to cause the assembly routines to die. As I understand it, under djgpp the gcc compiler uses the underscore in front of variable names. Under Linux/Unix, the gcc compiler does not use the underscore. I am having to change hard coded variable sizes from the 16-bit values to 32-bit values. This will obviously cause problems when the 64-bit compilers come along. I'll work on making this easier with equates. Any thoughts or suggestions? Jonathan