Difference between revisions of "Vasm"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Created page with "'''vasm''' is a cross-assembler. Category:CrossDevAsm") |
(banner) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''vasm''' is a cross-assembler. | + | '''vasm''' is a cross-assembler, its linker vlink has an [[AMSDOS]] output module <code>-b amsdos</code>. |
+ | <pre> | ||
+ | vasm 1.7c (c) in 2002-2015 Volker Barthelmann | ||
+ | vasm 8080/gbz80/z80/z180/rcmX000 cpu backend 0.2g (c) 2007,2009 Dominic Morris | ||
+ | vasm oldstyle syntax module 0.12c (c) 2002-2015 Frank Wille | ||
+ | vasm test output module 1.0 (c) 2002 Volker Barthelmann | ||
+ | |||
+ | fatal error 16: no input file specified | ||
+ | aborting... | ||
+ | </pre> | ||
[[Category:CrossDevAsm]] | [[Category:CrossDevAsm]] |
Latest revision as of 20:53, 5 June 2015
vasm is a cross-assembler, its linker vlink has an AMSDOS output module -b amsdos
.
vasm 1.7c (c) in 2002-2015 Volker Barthelmann vasm 8080/gbz80/z80/z180/rcmX000 cpu backend 0.2g (c) 2007,2009 Dominic Morris vasm oldstyle syntax module 0.12c (c) 2002-2015 Frank Wille vasm test output module 1.0 (c) 2002 Volker Barthelmann fatal error 16: no input file specified aborting...