You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: