Skip to content

0cjs/ASxxxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASxxxx and ASlink V5.31 March 2019

   The  ASxxxx  assemblers are a series of microprocessor assem-
blers written in the C programming  language.   This  collection
contains  cross  assemblers  for the 1802, S2650, SC/MP, MPS430,
6100, 61860,  6500,  6800(6802/6808),  6801(6803/HD6303),  6804,
6805,  68HC(S)08,  6809,  68HC11, 68HC(S)12, 68HC16, 740, 78K/0,
78K/0S,  8008,  8008S,  8048(8041/8022/8021)  8051,  8085(8080),
8X300(8X305),   DS8XCXXX,   AVR,   EZ80,   F2MC8L/FX,   F8/3870,
GameBoy(Z80), H8/3xx, Cypress PSoC(M8C), PIC, Rabbit  2000/3000,
ST6,  ST7,  ST8,  Z8, Z80(HD64180), and Z280 series microproces-
sors.   The  companion  program  ASLINK is  a  relocating linker
supporting  all the cross  assemblers.   ASLINK  also   supports
object   files   created   with   V4.xx  and   V3.xx assemblers.
The assemblers and linker have been tested  using  Linux, DJGPP,
Cygwin,  Symantec C/C++ V7.2,  Turbo C++ 3.0,  Open Watcom V1.9,
VC6, Visual Studio 2005, 2010, 2013 and 2015.  Complete   source
code and  documentation for  the   assemblers  and   linker   is
included   with  the distribution.  Additionally, test code  for
each assembler and several microprocessor monitors (ASSIST05 for
the  6805,  MONDEB and  ASSIST09  for the 6809, and  BUFFALO 2.5
for the 6811)  are  included  as  working  examples  of  use  of
these assemblers.  

asxv5p30.zip	ASxxxx and ASlink V5.31 Zipped

	MS-DOS:
	Windows:	unzip asxv5p31.zip
			pkunzip -d asxv5p31.zip
			unzips and restores directory structure

	Linux:		unzip -L -a asxv5p31.zip
			unzips to lower-case names and converts ascii
			files to \n from \r\n form.


Makefiles or Build command files are in directories:

	Linux:		/asxv5pxx/asxmak/linux/build/

	Cygwin:		\asxv5pxx\asxmak\cygwin\build\

	DJGPP:		\asxv5pxx\asxmak\djgpp\build\

	Symantec:	\asxv5pxx\asxmak\symantec\build\

	TurboC:		\asxv5pxx\asxmak\TurboC30\build\

	VC6:		\asxv5pxx\asxmak\vc6\build\

	VS05:		\asxv5pxx\asxmak\vs05\build\

	VS10:		\asxv5pxx\asxmak\vs10\build\

	VS13:		\asxv5pxx\asxmak\vs13\build\

	VS15:		\asxv5pxx\asxmak\vs15\build\

	Watcom:		\asxv5pxx\asxmak\watcom\build\


The Make or Build Exectutable directories are:

	Linux:		/asxv5pxx/asxmak/linux/exe/

	Cygwin:		\asxv5pxx\asxmak\cygwin\exe\

	DJGPP:		\asxv5pxx\asxmak\djgpp\exe\

	Symantec:	\asxv5pxx\asxmak\symantec\exe\

	TurboC:		\asxv5pxx\asxmak\TurboC30\exe\

	VC6:		\asxv5pxx\asxmak\vc6\exe\

	VS05:		\asxv5pxx\asxmak\vs05\exe\

	VS10:		\asxv5pxx\asxmak\vs10\exe\

	VS13:		\asxv5pxx\asxmak\vs13\exe\

	VS15:		\asxv5pxx\asxmak\vs15\exe\

	Watcom:		\asxv5pxx\asxmak\watcom\exe\


 Documentation in pdf form is
 	\asxv5pxx\asxhtml\asmlnk.pdf

 Documentation in rtf form is
 	\asxv5pxx\asxhtml\asmlnk.rtf

 Documentation in plain text form is
 	\asxv5pxx\asxhtml\asmlnk.txt

 Documentation in HTML form may be found starting with
 	\asxv5pxx\asxhtml\asxxxx.htm


/*
 *  Copyright (C) 1989-2019  Alan R. Baldwin
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

About

ASxxxx multi-CPU cross-assembler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published