ecm-pushbx / JWasm

MASM compatible assembler - ecm patch to list relocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWasm

masm compatible assembler.

Runs under Windows, Linux, DOS, OS/2 ( and probably other OSes as well ).

Hints:

  • For Windows, use file Msvc.mak/Msvc64.mak if Visual C++ is to be used to create a 32-/64-bit version of JWasm. OWWin32.mak will create a 32-bit binary using Open Watcom.

  • For Linux, use GccUnix.mak to produce JWasm with gcc or CLUnix.mak to use CLang instead.

  • For DOS, Open Watcom may be the best choice. It even allows to create a 16-bit (limited) version of JWasm that runs on a 8088 cpu. Old versions of Visual C++ are also possible, although you probably need the HX development files then.

  • For OS/2, OWOS2.mak (Open Watcom) is supplied.

There is a bunch of other makefiles in the main directory, intended for other compilers. Some of them might be a bit outdated.

JWasm Manual

About

MASM compatible assembler - ecm patch to list relocations


Languages

Language:C 89.5%Language:HTML 8.6%Language:Makefile 1.5%Language:Awk 0.2%Language:BitBake 0.1%Language:C++ 0.0%Language:Batchfile 0.0%