aboutsummaryrefslogtreecommitdiff
path: root/devel/asmx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Switch to options helpersDmitry Marakasov2015-12-141-58/+31
| | | | | | | - Add missing option Notes: svn path=/head/; revision=403697
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* Support stageBaptiste Daroussin2013-12-101-8/+4
| | | | | | | Use bsdtar to extract distfile Notes: svn path=/head/; revision=336113
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Update MASTER_SITESArmin Pirkovitsch2012-07-192-47/+15
| | | | | | | | | | | | - Support NO_WRKSUBDIR properly - Support CFLAGS properly PR: ports/169406 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301161
* Convert to new options frameworkBaptiste Daroussin2012-06-121-25/+28
| | | | Notes: svn path=/head/; revision=299094
* Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.Mark Linimon2012-01-171-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=289390
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUsDmitry Marakasov2008-10-284-0/+158
which can assemble code for multiple CPUs in the same source file. Current CPUs supported: * RCA 1802 * MOS Technology 6502, 65C02 and 6502 with undocumented instructions * WDC 65816 (lacks some addressing mode support) * Motorola 6809 * Motorola 6800/6801/68HC11 and Hitachi 6303 * Motorola 6805/68HSC08 * Motorola 68HC16 * Motorola 68000/68010 * Intel 8051 * Intel 8080, 8085, and 8085 with undocumented instructions * Fairchild F8 * Atari Jaguar "Tom" and "Jerry" coprocessors * Zilog Z-80 and Nintendo Gameboy Z-80 variant WWW: http://xi6.com/projects/asmx/ PR: 128436 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> Notes: svn path=/head/; revision=222179