Scroll to navigation

DASM(1) General Commands Manual DASM(1)

NAME

dasm - 8-bit macro assembler

SYNOPSIS

dasm sourcefile [options]

DESCRIPTION

This manual page documents briefly the dasm command.

dasm is a versatile macro assembler with support for several 8-bit microprocessors including MOS 6502 & 6507; Motorola 6803, 68705, and 68HC11; Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.

OPTIONS

dasm supports the following options, briefly described below. For more information see the dasm Technical Reference Manual.

output format 1-3 [default: 1]
output file name [default: a.out]
list file name [default: none generated]
list file, containing all passes
verboseness 0-4 [default: 0]
debug mode (for developers)
define symbol, set to 0
define symbol, set to expression
define symbol using EQM (same as -D)
maximum number of passes
maximum number of passes, with fewer checks
symbol table sorting [default: 0]
0 = alphabetical 1 = address/value
error format [default: 0]
0 = MS 1 = Dillon 2 = GNU
strict syntax checking
remove binary output file in case of errors
maximum allowed file-size in kB

SEE ALSO

/usr/share/doc/dasm/dasm.pdf:
dasm Technical Reference Manual

AUTHOR

Written and maintained by the DASM team and its contributors.

October 11 2020