Open MikeyG opened 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.
How hard would it be to add support for the Open Watcom assembler?