Difference between revisions of "DAMS"
From CPCWiki - THE Amstrad CPC encyclopedia!
Cpcmaniaco (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | DAMS is an | + | '''DAMS''' is an assembler from Micro Application. |
− | + | ||
− | [[Category:Programming software]] [[Category:Assembler]] | + | It was released in 1985. |
− | [[Category:Stub]] | + | |
+ | It features a monitor, a Trace mode, a disassembler. | ||
+ | |||
+ | The assembler is quite fast because the text isn't stored as ASCII but tokenized (like the BASIC). | ||
+ | |||
+ | This also allow detection of some errors as soon as the text is typed. | ||
+ | |||
+ | This assembler is one of the favourites of the french CPC Scene, along with [[Maxam]]. | ||
+ | |||
+ | '''DAMS''' does not recognize undocumented opcodes. | ||
+ | |||
+ | == Links == | ||
+ | |||
+ | * [http://www.cpc-power.com/index.php?page=detail&num=4248 ''DAMS'' from CPC-Power] | ||
+ | |||
+ | [[Category:Programming software]] [[Category:Assembler]] [[Category:Stub]] |
Revision as of 19:46, 20 September 2011
DAMS is an assembler from Micro Application.
It was released in 1985.
It features a monitor, a Trace mode, a disassembler.
The assembler is quite fast because the text isn't stored as ASCII but tokenized (like the BASIC).
This also allow detection of some errors as soon as the text is typed.
This assembler is one of the favourites of the french CPC Scene, along with Maxam.
DAMS does not recognize undocumented opcodes.