• Please review our updated Terms and Rules here

Search results

  1. reijo

    Does Turbo Assembler or MASM come with an IDE?

    Years ago I've used DOS Navigator's built-in editor (F4) which was surprisingly capable. Later I've switched to MED, like @Plasma suggests above (it had an "error" pane, so it was an improvement). Now for such tasks I'm exclusively using Vim or Emacs. For all workflows, using Makefiles always...
  2. reijo

    MS-DOS 16-bit: can malloc() and _fmalloc() be mixed?

    I think this is actually expected. From the Library Reference:
  3. reijo

    MS-DOS 16-bit: can malloc() and _fmalloc() be mixed?

    I'm not experienced with 16-bit realmode programming, so I'm sorry if this is an obvious problem. I'm not sure if I've hit some bug, or this is normal. Anyway, the main question is: is it possible to mix malloc()+free() and _fmalloc()+_ffree() calls in one application? So e.g. normally I use...
  4. reijo

    Classic game remakes. Share your finds.

    One cannot skip: OpenMW, which is an open-source Elder Scrolls 3: Morrowind remake, Daggerfall Unity, which is another open-source recreation of Elder Scrolls 2: Daggerfall game. By the way, I did finish it not long time ago, and I agree, the 2nd part, 3rd and recently announced 4th part are...
Back
Top