Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcom #39

Open
MikeyG opened this issue Nov 26, 2015 · 1 comment
Open

Watcom #39

MikeyG opened this issue Nov 26, 2015 · 1 comment

Comments

@MikeyG
Copy link

MikeyG commented Nov 26, 2015

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

@Dman95
Copy link
Owner

Dman95 commented Nov 26, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants