I\'m running a virtual machine (using Oracle VM VirtualBox) with FreeDOS installed. After I enter the DJGPP IDE (called \"RHIDE\") and run an application once, I can no longer run anything, and when
I\'m trying to compile an ASM program I wrote with NASM and the \"ld\" command from DJGPP.This is the code for the batch file I\'m using to compiling it:
I have a game consisting of ships that fly around on a 2d grid. I am writing a function that takes a location, and figures out if the (predefined) target can be hit from there. This simply requires ch