We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.masm32.com/download.htm
xmake f --toolchain=masm32 xmake
No response
The text was updated successfully, but these errors were encountered:
we can use masm32 sdk to write win32 asm program.
https://github.com/xmake-io/xmake/blob/dev/tests/projects/asm/masm32/xmake.lua
ruki-2:masm32 ruki$ tree . ├── src │ ├── generic.asm │ ├── mainicon.ico │ └── rsrc.rc └── xmake.lua
add_rules("mode.debug", "mode.release") set_allowedplats("windows") set_defaultarchs("x86") target("test") set_kind("binary") add_files("src/*.asm") add_files("src/*.rc") set_toolchains("masm32")
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
https://www.masm32.com/download.htm
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: