Re: How can I compile for DOS?

2018-11-16 Thread adrianv
But real DOS fun is compiling to 16bit and handling of XMS :) I don't know if Nim supports 16bit word sizes.

Re: How can I compile for DOS?

2018-11-15 Thread Libman
I'd just like to second this endeavor. I've always wanted to tinker with getting [djgpp](http://www.delorie.com/djgpp/zip-picker.html) (or one of the abandonware compilers) in dosbox to work with Nim-generated C89 code, but never found the time / energy. DOS support is the ultimate retroNerdCr

Re: How can I compile for DOS?

2018-11-13 Thread seifhd
THANKS

Re: How can I compile for DOS?

2018-11-08 Thread Ward
You can try "HX DOS Extender". It maybe works, but I had not tried yet.

How can I compile for DOS?

2018-11-08 Thread VGA
I fiddled around a bit and got an error about the memory manager needing to be ported to that platform. Is the error really the reason I cannot compile to DOS? (I didn't legitimately expect it to work, just playing around)