Difference between revisions of "DAMS"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (Links)
m
Line 13: Line 13:
 
'''DAMS''' does not recognize undocumented opcodes.
 
'''DAMS''' does not recognize undocumented opcodes.
  
 +
The code was open sourced in 2015 by Pascal Séguy. It is available under the terms of the GPL 3.0 License.
 
== Links ==
 
== Links ==
  
 
* {{CPCPower|4248}}
 
* {{CPCPower|4248}}
 +
* [https://github.com/pseguy/dams Source code repository at Github]
  
 
[[Category:Programming software]] [[Category:Assembler]] [[Category:Stub]]
 
[[Category:Programming software]] [[Category:Assembler]] [[Category:Stub]]

Revision as of 08:57, 7 February 2018

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.

The code was open sourced in 2015 by Pascal Séguy. It is available under the terms of the GPL 3.0 License.

Links