u/WhiningCoil
So I ordered a [NuXT](https://monotech.fwscart.com/NuXT_v20_MicroATX_Turbo_XT_10MHz_832K_XTIDE_MultiIO_SVGA/p6083514_19777986.aspx). It hasn't shipped yet. But I like to be able to code on every piece of hardware I own. So I began noodling around, trying to set up a cross coding environment today. I started with Visual Studio Code since it's crazy flexible. Then I set up a bunch of task to compile my ASM files using NASM, using the CPU 8086 directive and outputting as OBJ files which need to be linked. I'm under the impression 16-bit code is the default with this arrangement. I found a free linker called ALINK which then links the OBJ files into an EXE. Then I set up, in kind of a janky way, for the Run command to launch DOSBOX and execute it's debug command on ...
Generated on Sep 16, 02:50 UTC
Powered by Ema | Source & Feedback