Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ============================== F E A T U R E S ==============================
DASM - a versatile macro assembler with support for several 8-bit
microprocessors including MOS 6502 & 6507, Motorola 6803, 68705 & 68HC11,
Hitachi HD6303 (extended Motorola 6801), and Fairchild F8.
============================ R E Q U I R E M E N T ==========================
DASM tested and worked fine on the following configurations:
- IcarOS i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
- AROS One i386 (Kickstart 51.51, Workbench 40.0, AROS ABIv0)
================================= U S A G E =================================
DASM 2.20.14.1
Copyright (c) 1988-2020 by the DASM team
Usage: dasm sourcefile [options]
-f# output format 1-3 (default 1)
-oname output file name (else a.out)
-lname list file name (else none generated)
-Lname list file, containing all passes
-sname symbol dump file name (else none generated)
-v# verboseness 0-4 (default 0)
-d debug mode (for developers)
-Dsymbol define symbol, set to 0
-Dsymbol=expression define symbol, set to expression
-Msymbol=sexpression define symbol using EQM (same as -D)
-Idir search directory for INCLUDE and INCBIN
-p# maximum number of passes
-P# maximum number of passes, with fewer checks
-T# symbol table sorting (default 0 = aplhabet, 1 = values)
-E# error format (default 0 = MS, 1 = Dillon, 2 = GNU)
-S strict syntax checking
-R remove binary output-file in case of errors
-m# safety barrier to abort on recursions,
max. allowed file-size in kB
-----------------------------------------------------------------------------
FTOHEX
Copyright (c) 1988-2008 by various authors
Usage: ftohex format infile [outfile]
format: 1 = DEFAULT, 2 = RAS, 3 = RAW
============================= C H A N G E L O G =============================
New in DASM version 2.20.14.1:
* fixed support for forced word address x/y indexed (.wx / .wy)
* missing opcodes added for mc68hc908 controller
================================ S O U R C E ================================
Based on github version source
https://github.com/dasm-assembler/dasm
______ ______ ______ ______
______|:: .__|:: .__|_____ ______|:: ___|:: ___|______ _____
|: , |: | |: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
|__|___|______|______|___| _____|______|______|______|___|
home cross-compilation factory
|