Difference between revisions of "DAMS"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (Links)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DAMS is an [[Category:Assembler|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.
+
'''DAMS''' is an assembler from [[Micro Application]].
This assembler is one of the favourites of the french CPC Scene, along with [[Maxam]]. DAMS does not recognize undocumented opcodes.
+
  
[[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 ==
 +
 
 +
* {{CPCPower|4248}}
 +
 
 +
[[Category:Programming software]] [[Category:Assembler]] [[Category:Stub]]

Revision as of 21:36, 16 May 2015

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.

Links