summaryrefslogtreecommitdiff
path: root/cross/atasm/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2014-12-09(pkgsrc)mef1-2/+7
- to make pkglint clean, change directory organization, using BUILD_DIR= src etc. - Add LICENSE= gnu-gpl-v2 - Use SUBST instead of ${SED} at do-install: target - Newly installs example files - (invocation without argument gives error as Pass 1: Error: Cannot open file: 'test.m65' but it is the same as prev. version and user should give input) (upstream) Update 1.04 to 1.06 ------------------------------ October 10, 2003 version 1.05 - added new directives .BANK, .SET 6, and .OPT LIST/NO LIST; Preliminary support for .ATR disk images and the Atari++ emulator memory snapshots; March 17, 2009 version 1.06 - allow negative offsets with .SET 6 directives; allow arithmentic expressions in REPEAT blocks; Better detection of resized labels; Fixed a buffer overflow problem; Added -l option to allow label output; Compiling Windows executable with mingw
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2004-02-13Import atasm-1.04 from pkgsrc-wip. Packaged by mor at linex dot comminskim1-0/+5
in PR pkg/22190, and modified by me. This is a 6502 cross-assembler optimized to code for the Atari 8 bit computer line. It is meant to be compatible with the Mac/65 assemlber on the native Atari 8 bit platform.