Assembles and links one or more assembly-language source files. The command-line options are case sensitive. The options listed here is additions or modified switches included in JWasm.
ASMC [[options]] filename [[ [[options]] filename]]
options
The options listed in the following table.
| /Cs | Push user registers before stack-frame is created in a proc. |
| /r | Recurse subdirectories with use of wild args. |
| /swc | Emulate a C-switch with fall through. |
| /swn | No jump-table creation in .SWITCH |
| /swp | Emulate a Pascal-switch. |
| /swr | Use register [R|E]AX in switch code. |
| /swt | Force jump-table creation in .SWITCH |
| /w | Same as /W0. |
| /Wlevel | Sets the warning level, where level = 0, 1, 2, or 3. |
| /ws | Converts quoted strings to unicode. See option wstring |
| /WX | Returns an error code if warnings are generated. |
| /Xc | Disable Asmc extensions. |
filename
| INCLUDE | Specifies search path for include files. |
| ASMC | Specifies default command-line options. |
| TEMP | Specifies path for temporary files. |