Jump to content

Open Watcom Assembler: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎References: Removed fake reference (Welschenbach) which says: They can be assembled using Microsoft MASM .. or Watcom WASM,
→‎References: Removed non-substantial reference to Agner Fog
Line 3: Line 3:
==References==
==References==
*{{cite book |last=Leiterman |first=James |title=32/64-bit 80x86 assembly language architecture |chapter=MASM vs. NASM vs. TASM vs. WASM |year=2005 |isbn=9781598220025 |publisher=Wordware Publishing, Inc. |page=481}}
*{{cite book |last=Leiterman |first=James |title=32/64-bit 80x86 assembly language architecture |chapter=MASM vs. NASM vs. TASM vs. WASM |year=2005 |isbn=9781598220025 |publisher=Wordware Publishing, Inc. |page=481}}
*{{cite |url=http://www.agner.org/optimize/optimizing_assembly.pdf |last=Fog |first=Agner |title=Optimizing subroutines in assembly language |year=2009|page=13|edition=2009-09-26}}


==External links==
==External links==

Revision as of 23:16, 1 February 2010

Open Watcom Assembler or WASM is an x86 assembler produced by Watcom and included as part of the Watcom C/C++ compiler. Further development is being done on the JWASM project, which more closely matches the syntax of Microsoft's assembler.

References

  • Leiterman, James (2005). "MASM vs. NASM vs. TASM vs. WASM". 32/64-bit 80x86 assembly language architecture. Wordware Publishing, Inc. p. 481. ISBN 9781598220025.
  • wasm at openwatcom.com
  • JWASM, a 32/64 bit assembler based on WASM with syntax similar to MASM.