summaryrefslogtreecommitdiff
path: root/cross/dasm
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26cross: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be fetched conditionally): ./cross/avr-gcc/distinfo isl-0.24.tar.bz2
2021-10-07cross: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-01dasm: update to 2.20.14.1.fcambus3-15/+16
ChangeLog: DASM version 2.20.14.1: * fixed support for forced word address x/y indexed (.wx / .wy) * man page added * missing opcodes added for mc68hc908 controller * Support for older macOS versions (OSX 10.5 and up) DASM version 2.20.14: * Technical Documentation / User Guide for dasm in PDF format, written by Andrew Davie in his engaging style. * Dynamic Labels support by concatenating evaluated values * Multiline C style /* */ comments * Support for mc68hc908 controller family * Cleaned up and improved Unit Tests * new switch -R to remove output file if dasm found an error during assembly * Small optimization in the Atari 2600 CLEAN_START macro * SETSTR expression; typically used within a macro to use the name of an argument
2020-09-07cross/dasm: update to 2.20.13.rhialto2-8/+7
This is version 2.20.13 of DASM. It is mainly a bugfix release. Short summary of fixes: Longstring segfault fix Fix for non-symbol-compliant unquoted filenames Address expression fix Makefile portability fixes Added atari 7800 header files Allow labels to shift between multiple passes Fix for silenced single pass non-abort errors Adjust .byte and .word negative range check Duplicate macro fix Reduce gcc Wall option build warnings Added 'strict' syntax check mode (+ added to docs) Enable .word size check for strict-mode only Dynamic buffers for pass-output update Console-specific header files and common macros are included for: Atari 2600 VCS Atari 7800 (new!!) Fairchild Channel F VES This is version 2.20.12 of DASM. Short summary of most important fixes/changes: Fix for handling linux linefeeds under Windows Fix for segfault on long lines Supports using constants for include files
2019-12-09cross/dasm: Revbump to avoid distfiles conflict.ng02-7/+8
2019-12-08cross/dasm: Add forgotten PLIST change.ng01-3/+3
2019-12-08cross/dasm: Adjust to new upstream location.ng02-10/+12
2015-11-03Add SHA512 digests for distfiles for cross categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-06-16Update to 2.20.11ryoon6-69/+19
* Update MASTER_SITES. * Add LICENSE. * Build with distfile's Makefile. * Install our own do-install target (install target is not provided). Changelog: 2.20.11 -- 07 April 2008 * Peter H. Froehlich <phf at acm dot org> took over as maintainer from Andrew Davie, but both Andrew and Thomas Mathys still help. * DASM moved to sourceforge.net, the new website for DASM is now available at <http://dasm-dillon.sourceforge.net/>. * Fixed (the obvious version of) the long-standing "-1 bug" that made DASM reject sources with negative integer literals; there may still be signed/unsigned problems in other areas; there is certainly still a range checking error. * Fixed the usage message to reflect that symbol table sorting is controlled by -T and not by -t as the message claimed; also the format of the usage message is now more GNU-like. * The range of values for -T is now checked, you have to stick to 0 or 1, arbitrary numbers will not work anymore. * Removed spurious output when running DASM. In general command line tools should only make output when there's something to report (a central Unix tenent). Sorry if you miss the messages, just look at the usage information instead. :-) * Added new -E# option to select format of error messages; -E0 is the default MS style, -E1 is "classic" style from Matthew Dillon, -E2 is GNU style from their coding standards. 2.20.10 -- 31 October 2004 * Thomas Mathys added support for the Fairchild F8 processor to DASM. Thank you, Thomas! * Support files for the Channel-F Video Entertainment System (VES) added. 2.20.08 -- unreleased * Documentation changed from Word documents back to text files. 2.20.07 -- 17 July 2003 * No user-visible changes. 2.20.05 -- unreleased * Symbol table dump is now performed even if an error occurred. * Symbol table dump now displays string symbols in string form. 2.20.04 -- 24 April 2003 * Command line options now allow "/" as prefix in addition to "-" as before. * Division by zero is now treated as an unrecoverable error. * Error messages now contain more information about the error, including the actual source code where possible. * Output reworked. Typically, the -v option is now unnecessary as more appropriate messages allow you to find errors better. Compatibility with the -v option has been maintained, although there may be a few minor changes. * Branch out of range errors now list the distance to the branch. * Undefined symbols are now always listed in a separate table. If an unresolved symbol causes an error, the table is displayed automatically at the end of assembly. (Note: It can be alright to have a referenced but undefined symbol, for example when IFCONST is used. In this case, the undefined table will only be displayed if there is another undefined label, but it will contain *all* unresolved symbols.) * New command line option -T# where # is 0 or 1; 0 sorts symbol table alphabetically (default), 1 sorts symbol table by address. If available memory precludes sorting, the table is unsorted. 2.20.02 -- 24 April 2003 * John Saeger contributed support for all illegal 6502 opcodes. Thank you, John! This fixes the LAX opcode as well. 2.20.01 -- 22 March 2003 * Andrew Davie <atari2600 at taswegian dot com> took up the DASM project, starting from Olaf "Rhialto" Seibert's 2.12.04 version with both Olaf's and Matthew Dillon's blessing. * REPEAT now detects negative loop count (used to lock up). * Errors are now in the format "file (line): Error: string" to be compatible with MS VisualStudio. * Support files for the Atari 2600 Video Computer System (VCS) added. * Support for illegal 6502/6507 opcodes NOP zp and LAZ (zp),y added. 2.12.14 -- 19 August 1995 * Olaf "Rhialto" Seibert's release of DASM with many changes to Matthew Dillon's 2.12 release. Note that everything before 2.20.11 was *reconstructed* by Peter Froehlich for the 2.20.11 release. Peter had no first-hand knowledge of the early years but tried to be as accurate as possible, working from multiple sources. Please feel free to submit any corrections you may have regarding dates, features, and people.
2013-04-14Fix printf format for LP64 platforms. Add patch comment to patch-aa.dholland4-8/+22
PKGREVISION -> 2.
2013-04-14Solaris appears to need the typedef for 'ulong'.dholland2-7/+9
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-01-23Update HOMEPAGE.wiz1-2/+2
2009-08-01Make it build on recent DragonFly.hasso2-9/+7
2008-06-12Add DESTDIR support.joerg1-1/+2
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-10Keep ulong typedef on DragonFly.joerg2-5/+7
2005-10-20Remove bogus build.sh entry.wiz1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-14Honor BINOWN, BINGRP, and BINMODE.minskim1-1/+2
2004-11-22Update MAINTAINER's email address.minskim1-2/+2
2004-11-20Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com)minskim7-0/+73
in PR pkg/19899 and modified by me. DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11 processors. It is very popular for hacking/cross-developing on old 6502-based video game systems from Atari, Nintendo, etc. DASM processes output from the Distella Atari ROM disassembler without modification.