Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages
http://dman95.github.io/SASM/
Other
5.81k stars 193 forks source link

Watcom #39

Open MikeyG opened 8 years ago

MikeyG commented 8 years ago

How hard would it be to add support for the Open Watcom assembler?

Dman95 commented 8 years ago

It is not so hard, but I don't have a free time now to make it.

If you or any other man want add an assembler in SASM, I shortly describe common procedure.

To add support of WASM assembler you should create WASM class inherited from Assembler class and implement all pure virtual functions of Assembler class according to their description (see Assembler.h) like NASM, FASM, MASM and GAS classes are made. After that you can make pull request and I add it to SASM.