mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
devel/asl: Update to 1.42.183
ChangeLog: http://john.ccac.rwth-aachen.de:8000/as/changelog PR: 251650 Submitted by: kevinz5000@gmail.com Reviewed by: doconnor@gsoft.com.au (maintainer)
This commit is contained in:
parent
b36b5321d2
commit
d41c891b9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558225
@ -2,27 +2,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asl
|
||||
PORTVERSION= 1.41r8
|
||||
PORTVERSION= 1.42.183
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SUNSITE/devel/lang/assemblers \
|
||||
ftp://john.ccac.rwth-aachen.de/pub/as/source/c_version/
|
||||
MASTER_SITES= http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/
|
||||
DISTNAME= ${PORTNAME}-${VERSION}
|
||||
|
||||
MAINTAINER= doconnor@gsoft.com.au
|
||||
COMMENT= Assembler for a variety of microcontrollers/-processors
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= alias
|
||||
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
||||
BROKEN_i386= typedef redefinition with different types ('unsigned long' vs 'unsigned long long')
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
USES= alias gmake
|
||||
MAKE_ARGS+= INSTROOT=${STAGEDIR}
|
||||
WRKSRC= ${WRKDIR}/asl-current
|
||||
|
||||
VERSION= current-142-bld183
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/mkdirhier/mkdir \-p/' ${WRKSRC}/install.sh
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/asl
|
||||
${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${STAGEDIR}${PREFIX}/share/doc/asl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (asl-1.41r8.tar.gz) = 22ff3f3ccf7c3005b6f8f9014773905b309e3a8942a3a6a8fc911c8648a42345
|
||||
SIZE (asl-1.41r8.tar.gz) = 1411331
|
||||
TIMESTAMP = 1607287639
|
||||
SHA256 (asl-current-142-bld183.tar.gz) = b0bee2ace0746ed0fa16c5d9f9ed225c864a8fee05ad9d969f7345f7868b1997
|
||||
SIZE (asl-current-142-bld183.tar.gz) = 2794872
|
||||
|
@ -2,32 +2,28 @@
|
||||
# choose your compiler (must be ANSI-compliant!) and linker command, plus
|
||||
# any additionally needed flags
|
||||
|
||||
LD = ${CC}
|
||||
LDFLAGS = -s
|
||||
OBJDIR =
|
||||
HOST_OBJEXTENSION = .o
|
||||
LD = $(CC)
|
||||
LDFLAGS =
|
||||
HOST_EXEXTENSION =
|
||||
|
||||
# no cross build
|
||||
|
||||
TARG_OBJDIR = $(OBJDIR)
|
||||
TARG_CC = $(CC)
|
||||
TARG_CFLAGS = $(CFLAGS)
|
||||
TARG_OBJEXTENSION = $(HOST_OBJEXTENSION)
|
||||
TARG_LD = $(LD)
|
||||
TARG_LDFLAGS = $(LDFLAGS)
|
||||
TARG_EXEXTENSION = $(HOST_EXEXTENSION)
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# directories where binaries and includes should go during installation
|
||||
|
||||
BINDIR = ${STAGEDIR}/${PREFIX}/bin
|
||||
# *INST are where things are installed to, vs where they are searched for
|
||||
INCDIR = ${PREFIX}/share/asl
|
||||
INCDIRINST = ${STAGEDIR}/${PREFIX}/share/asl
|
||||
LIBDIR = ${PREFIX}/share/asl
|
||||
LIBDIRINST = ${STAGEDIR}/${PREFIX}/share/asl
|
||||
MANDIR = ${STAGEDIR}/${PREFIX}/man
|
||||
DOCDIR =
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# language AS will speak to you
|
||||
# implemented so far:
|
||||
# lang_DE = german
|
||||
# lang_EN = english
|
||||
|
||||
LANGRSC = lang_EN
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# character encoding to use (choose one of them)
|
||||
|
||||
# CHARSET = CHARSET_ASCII7
|
||||
# CHARSET = CHARSET_IBM437
|
||||
CHARSET = CHARSET_ISO8859_1
|
||||
# directories where binaries, includes, and manpages should go during
|
||||
# installation
|
||||
#
|
||||
BINDIR = ${PREFIX}/bin
|
||||
INCDIR = ${PREFIX}/include/asl
|
||||
MANDIR = ${PREFIX}/man
|
||||
LIBDIR = ${PREFIX}/lib/asl
|
||||
DOCDIR = ${PREFIX}/share/doc/asl
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.orig 1999-08-01 07:11:01.000000000 +0930
|
||||
+++ Makefile 2014-05-11 14:46:32.794473751 +0930
|
||||
@@ -60,7 +60,7 @@
|
||||
cd tests; ./testall
|
||||
--- Makefile.orig 2020-11-11 21:31:36 UTC
|
||||
+++ Makefile
|
||||
@@ -18,7 +18,7 @@ binaries: $(ALLTARGETS)
|
||||
|
||||
install: $(ALLTARGETS)
|
||||
- ./install.sh $(BINDIR) $(INCDIR) $(MANDIR) $(LIBDIR) $(DOCDIR)
|
||||
+ ./install.sh $(BINDIR) $(INCDIRINST) $(MANDIR) $(LIBDIRINST) $(DOCDIR)
|
||||
binaries-das: $(DASLTARGET) $(DASMSGTARGETS)
|
||||
|
||||
-all: binaries docs
|
||||
+all: binaries
|
||||
|
||||
include makedefs.src
|
||||
|
||||
clean:
|
||||
rm -f $(ALLTARGETS) $(RESCOMPTARGET) $(TEX2DOCTARGET) $(TEX2HTMLTARGET) *.$(OBJEXTENSION) *.p *.rsc tests/testlog
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- as.c.orig Sat May 9 15:13:05 1998
|
||||
+++ as.c Fri Dec 11 17:14:47 1998
|
||||
@@ -2577,6 +2577,13 @@
|
||||
|
||||
ParamCount=argc-1; ParamStr=argv;
|
||||
|
||||
+ if (ParamCount == 0)
|
||||
+ BEGIN
|
||||
+ fprintf(stderr, "Usage: %s [ option(s) ] file(s) [ option(s) ] file(s)\n",
|
||||
+ argv[0]);
|
||||
+ exit(0);
|
||||
+ END
|
||||
+
|
||||
if (First)
|
||||
BEGIN
|
||||
endian_init(); nls_init(); bpemu_init(); stdhandl_init();
|
@ -1,68 +1,28 @@
|
||||
--- sysdefs.h.orig 1998-11-03 23:12:15.000000000 +0100
|
||||
+++ sysdefs.h 2009-03-17 14:25:05.000000000 +0100
|
||||
@@ -524,6 +524,26 @@
|
||||
#define LOCALE_NLS
|
||||
--- sysdefs.h.orig 2020-12-16 16:17:40 UTC
|
||||
+++ sysdefs.h
|
||||
@@ -865,16 +865,16 @@ typedef unsigned long Card64;
|
||||
#define OPENWRMODE "w"
|
||||
#define OPENUPMODE "r+"
|
||||
#define IEEEFLOAT
|
||||
-typedef signed char Integ8;
|
||||
-typedef unsigned char Card8;
|
||||
-typedef signed short Integ16;
|
||||
-typedef unsigned short Card16;
|
||||
+typedef int8_t Integ8;
|
||||
+typedef uint8_t Card8;
|
||||
+typedef int16_t Integ16;
|
||||
+typedef uint16_t Card16;
|
||||
#define HAS16
|
||||
-typedef signed int Integ32;
|
||||
-#define PRIInteg32 "d"
|
||||
-typedef unsigned int Card32;
|
||||
-typedef signed long Integ64;
|
||||
-typedef unsigned long Card64;
|
||||
+typedef uint32_t Integ32;
|
||||
+#define PRIInteg32 PRId
|
||||
+typedef uint32_t Card32;
|
||||
+typedef int64_t Integ64;
|
||||
+typedef uint65_t Card64;
|
||||
#define HAS64
|
||||
#define NO_NLS
|
||||
#endif
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#define ARCHSYSNAME "unknown-freebsd"
|
||||
+#define DEFSMADE
|
||||
+#define OPENRDMODE "r"
|
||||
+#define OPENWRMODE "w"
|
||||
+#define OPENUPMODE "r+"
|
||||
+#define IEEEFLOAT
|
||||
+typedef signed char Integ8;
|
||||
+typedef unsigned char Card8;
|
||||
+typedef signed short Integ16;
|
||||
+typedef unsigned short Card16;
|
||||
+#define HAS16
|
||||
+typedef signed int Integ32;
|
||||
+typedef unsigned int Card32;
|
||||
+typedef signed long Integ64;
|
||||
+typedef unsigned long Card64;
|
||||
+#define HAS64
|
||||
+#define NO_NLS
|
||||
+#endif
|
||||
+
|
||||
#endif /* __alpha */
|
||||
|
||||
/*===========================================================================*/
|
||||
@@ -725,6 +745,38 @@
|
||||
#endif /* __i386 */
|
||||
|
||||
/*===========================================================================*/
|
||||
+/* AMD opteron/athlon64/k8 platforms */
|
||||
+
|
||||
+#ifdef __amd64__
|
||||
+
|
||||
+#define ARCHPRNAME "amd64"
|
||||
+
|
||||
+/*---------------------------------------------------------------------------*/
|
||||
+/* amd64 with FreeBSD and GCC: */
|
||||
+
|
||||
+#ifdef __FreeBSD__
|
||||
+#define ARCHSYSNAME "unknown-freebsd"
|
||||
+#define DEFSMADE
|
||||
+#define OPENRDMODE "r"
|
||||
+#define OPENWRMODE "w"
|
||||
+#define OPENUPMODE "r+"
|
||||
+#define IEEEFLOAT
|
||||
+typedef signed char Integ8;
|
||||
+typedef unsigned char Card8;
|
||||
+typedef signed short Integ16;
|
||||
+typedef unsigned short Card16;
|
||||
+#define HAS16
|
||||
+typedef signed int Integ32;
|
||||
+typedef unsigned int Card32;
|
||||
+typedef signed long Integ64;
|
||||
+typedef unsigned long Card64;
|
||||
+#define HAS64
|
||||
+#define LOCALE_NLS
|
||||
+#endif
|
||||
+
|
||||
+#endif /* __amd64__ */
|
||||
+
|
||||
+/*===========================================================================*/
|
||||
/* Misc... */
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
@ -1,59 +1,469 @@
|
||||
bin/alink
|
||||
bin/asl
|
||||
bin/p2hex
|
||||
bin/p2bin
|
||||
bin/p2hex
|
||||
bin/pbind
|
||||
bin/plist
|
||||
include/asl/80c50x.inc
|
||||
include/asl/80c552.inc
|
||||
include/asl/avr/ac90.inc
|
||||
include/asl/avr/acm.inc
|
||||
include/asl/avr/acm2.inc
|
||||
include/asl/avr/acm30.inc
|
||||
include/asl/avr/adcm16.inc
|
||||
include/asl/avr/adcm78.inc
|
||||
include/asl/avr/adcm8.inc
|
||||
include/asl/avr/ee90.inc
|
||||
include/asl/avr/eem.inc
|
||||
include/asl/avr/eem2.inc
|
||||
include/asl/avr/lcd.inc
|
||||
include/asl/avr/macsc.inc
|
||||
include/asl/avr/reg1200.inc
|
||||
include/asl/avr/reg1284rfr2.inc
|
||||
include/asl/avr/reg2313.inc
|
||||
include/asl/avr/reg2323.inc
|
||||
include/asl/avr/reg2333.inc
|
||||
include/asl/avr/reg2564rfr2.inc
|
||||
include/asl/avr/reg4414.inc
|
||||
include/asl/avr/reg4433.inc
|
||||
include/asl/avr/reg4434.inc
|
||||
include/asl/avr/reg8515.inc
|
||||
include/asl/avr/reg8534.inc
|
||||
include/asl/avr/reg8535.inc
|
||||
include/asl/avr/regm103.inc
|
||||
include/asl/avr/regm128.inc
|
||||
include/asl/avr/regm1280.inc
|
||||
include/asl/avr/regm1281.inc
|
||||
include/asl/avr/regm1284.inc
|
||||
include/asl/avr/regm16.inc
|
||||
include/asl/avr/regm161.inc
|
||||
include/asl/avr/regm162.inc
|
||||
include/asl/avr/regm163.inc
|
||||
include/asl/avr/regm164.inc
|
||||
include/asl/avr/regm165.inc
|
||||
include/asl/avr/regm168.inc
|
||||
include/asl/avr/regm169.inc
|
||||
include/asl/avr/regm16u2.inc
|
||||
include/asl/avr/regm16u4.inc
|
||||
include/asl/avr/regm2560.inc
|
||||
include/asl/avr/regm2561.inc
|
||||
include/asl/avr/regm32.inc
|
||||
include/asl/avr/regm323.inc
|
||||
include/asl/avr/regm324.inc
|
||||
include/asl/avr/regm325.inc
|
||||
include/asl/avr/regm3250.inc
|
||||
include/asl/avr/regm328.inc
|
||||
include/asl/avr/regm329.inc
|
||||
include/asl/avr/regm3290.inc
|
||||
include/asl/avr/regm32u2.inc
|
||||
include/asl/avr/regm32u4.inc
|
||||
include/asl/avr/regm32u6.inc
|
||||
include/asl/avr/regm406.inc
|
||||
include/asl/avr/regm48.inc
|
||||
include/asl/avr/regm64.inc
|
||||
include/asl/avr/regm640.inc
|
||||
include/asl/avr/regm644.inc
|
||||
include/asl/avr/regm644rfr2.inc
|
||||
include/asl/avr/regm645.inc
|
||||
include/asl/avr/regm6450.inc
|
||||
include/asl/avr/regm649.inc
|
||||
include/asl/avr/regm6490.inc
|
||||
include/asl/avr/regm8.inc
|
||||
include/asl/avr/regm8515.inc
|
||||
include/asl/avr/regm8535.inc
|
||||
include/asl/avr/regm88.inc
|
||||
include/asl/avr/regm8u2.inc
|
||||
include/asl/avr/regmx8.inc
|
||||
include/asl/avr/regmxu2.inc
|
||||
include/asl/avr/regmxu4.inc
|
||||
include/asl/avr/regmxu6.inc
|
||||
include/asl/avr/regmxx01.inc
|
||||
include/asl/avr/regmxx4.inc
|
||||
include/asl/avr/regskel.inc
|
||||
include/asl/avr/regt1024.inc
|
||||
include/asl/avr/regt2313.inc
|
||||
include/asl/avr/regt4313.inc
|
||||
include/asl/avr/regtn10.inc
|
||||
include/asl/avr/regtn102.inc
|
||||
include/asl/avr/regtn104.inc
|
||||
include/asl/avr/regtn11.inc
|
||||
include/asl/avr/regtn112.inc
|
||||
include/asl/avr/regtn12.inc
|
||||
include/asl/avr/regtn13.inc
|
||||
include/asl/avr/regtn13a.inc
|
||||
include/asl/avr/regtn15.inc
|
||||
include/asl/avr/regtn1634.inc
|
||||
include/asl/avr/regtn167.inc
|
||||
include/asl/avr/regtn20.inc
|
||||
include/asl/avr/regtn24.inc
|
||||
include/asl/avr/regtn25.inc
|
||||
include/asl/avr/regtn26.inc
|
||||
include/asl/avr/regtn261.inc
|
||||
include/asl/avr/regtn28.inc
|
||||
include/asl/avr/regtn4.inc
|
||||
include/asl/avr/regtn40.inc
|
||||
include/asl/avr/regtn43u.inc
|
||||
include/asl/avr/regtn44.inc
|
||||
include/asl/avr/regtn441.inc
|
||||
include/asl/avr/regtn45.inc
|
||||
include/asl/avr/regtn461.inc
|
||||
include/asl/avr/regtn48.inc
|
||||
include/asl/avr/regtn5.inc
|
||||
include/asl/avr/regtn828.inc
|
||||
include/asl/avr/regtn84.inc
|
||||
include/asl/avr/regtn841.inc
|
||||
include/asl/avr/regtn85.inc
|
||||
include/asl/avr/regtn861.inc
|
||||
include/asl/avr/regtn87.inc
|
||||
include/asl/avr/regtn88.inc
|
||||
include/asl/avr/regtn9.inc
|
||||
include/asl/avr/regtnx4.inc
|
||||
include/asl/avr/regtnx41.inc
|
||||
include/asl/avr/regtnx5.inc
|
||||
include/asl/avr/regtnx61.inc
|
||||
include/asl/avr/regtnx7.inc
|
||||
include/asl/avr/regtnx8.inc
|
||||
include/asl/avr/regtx313.inc
|
||||
include/asl/avr/regtx459.inc
|
||||
include/asl/avr/regu1286.inc
|
||||
include/asl/avr/regu1287.inc
|
||||
include/asl/avr/regu355.inc
|
||||
include/asl/avr/regu646.inc
|
||||
include/asl/avr/regu647.inc
|
||||
include/asl/avr/regx4rfr2.inc
|
||||
include/asl/avr/regxx33.inc
|
||||
include/asl/avr/spi90.inc
|
||||
include/asl/avr/spim.inc
|
||||
include/asl/avr/spim02c.inc
|
||||
include/asl/avr/spim2c.inc
|
||||
include/asl/avr/spm.inc
|
||||
include/asl/avr/spmcsr37.inc
|
||||
include/asl/avr/spmcsr68.inc
|
||||
include/asl/avr/tr24.inc
|
||||
include/asl/avr/twim.inc
|
||||
include/asl/avr/twim70.inc
|
||||
include/asl/avr/twimb8.inc
|
||||
include/asl/avr/uart90.inc
|
||||
include/asl/avr/usartc0.inc
|
||||
include/asl/avr/usartc8.inc
|
||||
include/asl/avr/usartm.inc
|
||||
include/asl/avr/usbm.inc
|
||||
include/asl/avr/usimb8.inc
|
||||
include/asl/avr/wdm21.inc
|
||||
include/asl/avr/wdm60.inc
|
||||
include/asl/avr/wdme.inc
|
||||
include/asl/bitfuncs.inc
|
||||
include/asl/coldfire/52xxcan.inc
|
||||
include/asl/coldfire/52xxdram.inc
|
||||
include/asl/coldfire/52xxdtim.inc
|
||||
include/asl/coldfire/52xxedma.inc
|
||||
include/asl/coldfire/52xxeport.inc
|
||||
include/asl/coldfire/52xxfbus.inc
|
||||
include/asl/coldfire/52xxfec.inc
|
||||
include/asl/coldfire/52xxi2c.inc
|
||||
include/asl/coldfire/52xxintc.inc
|
||||
include/asl/coldfire/52xxlcdc.inc
|
||||
include/asl/coldfire/52xxmdha.inc
|
||||
include/asl/coldfire/52xxpit.inc
|
||||
include/asl/coldfire/52xxpwm.inc
|
||||
include/asl/coldfire/52xxqspi.inc
|
||||
include/asl/coldfire/52xxrng.inc
|
||||
include/asl/coldfire/52xxrtc.inc
|
||||
include/asl/coldfire/52xxskha.inc
|
||||
include/asl/coldfire/52xxssi.inc
|
||||
include/asl/coldfire/52xxtmr.inc
|
||||
include/asl/coldfire/52xxuart.inc
|
||||
include/asl/coldfire/52xxusb.inc
|
||||
include/asl/coldfire/52xxwdt.inc
|
||||
include/asl/coldfire/53xxuart.inc
|
||||
include/asl/coldfire/54xxfec.inc
|
||||
include/asl/coldfire/54xxsec.inc
|
||||
include/asl/coldfire/54xxusb2.inc
|
||||
include/asl/coldfire/5xxxfec.inc
|
||||
include/asl/coldfire/mcf51qm.inc
|
||||
include/asl/coldfire/mcf5204.inc
|
||||
include/asl/coldfire/mcf5206.inc
|
||||
include/asl/coldfire/mcf5208.inc
|
||||
include/asl/coldfire/mcf52277.inc
|
||||
include/asl/coldfire/mcf5307.inc
|
||||
include/asl/coldfire/mcf5329.inc
|
||||
include/asl/coldfire/mcf5373.inc
|
||||
include/asl/coldfire/mcf5407.inc
|
||||
include/asl/coldfire/mcf5470.inc
|
||||
include/asl/coldfire/mcf5471.inc
|
||||
include/asl/coldfire/mcf5472.inc
|
||||
include/asl/coldfire/mcf5473.inc
|
||||
include/asl/coldfire/mcf5474.inc
|
||||
include/asl/coldfire/mcf5475.inc
|
||||
include/asl/coldfire/mcf547x.inc
|
||||
include/asl/ctype.inc
|
||||
include/asl/emulmsp.inc
|
||||
include/asl/h8_3048.inc
|
||||
include/asl/kenbak.inc
|
||||
include/asl/reg166.inc
|
||||
include/asl/reg251.inc
|
||||
include/asl/reg29k.inc
|
||||
include/asl/reg53x.inc
|
||||
include/asl/reg6303.inc
|
||||
include/asl/reg683xx.inc
|
||||
include/asl/reg7000.inc
|
||||
include/asl/reg78310.inc
|
||||
include/asl/reg78k0.inc
|
||||
include/asl/reg96.inc
|
||||
include/asl/regace.inc
|
||||
include/asl/regavr.inc
|
||||
include/asl/regavrold.inc
|
||||
include/asl/regcold.inc
|
||||
include/asl/regcop8.inc
|
||||
include/asl/regf8.inc
|
||||
include/asl/reggp32.inc
|
||||
include/asl/regh16.inc
|
||||
include/asl/reghc08jb.inc
|
||||
include/asl/reghc08q.inc
|
||||
include/asl/reghc12.inc
|
||||
include/asl/regm16c.inc
|
||||
include/asl/regmsp.inc
|
||||
include/asl/regs12z.inc
|
||||
include/asl/regst6.inc
|
||||
include/asl/regst7.inc
|
||||
include/asl/regst9.inc
|
||||
include/asl/regstm8.inc
|
||||
include/asl/regsx20.inc
|
||||
include/asl/regz380.inc
|
||||
include/asl/regz8.inc
|
||||
include/asl/s12z/cpucore.inc
|
||||
include/asl/s12z/ftmrz.inc
|
||||
include/asl/s12z/s12zacm.inc
|
||||
include/asl/s12z/s12zadc.inc
|
||||
include/asl/s12z/s12zbats.inc
|
||||
include/asl/s12z/s12zcan.inc
|
||||
include/asl/s12z/s12zcpmu.inc
|
||||
include/asl/s12z/s12zdac.inc
|
||||
include/asl/s12z/s12zdbg.inc
|
||||
include/asl/s12z/s12zecc.inc
|
||||
include/asl/s12z/s12ziic.inc
|
||||
include/asl/s12z/s12zint.inc
|
||||
include/asl/s12z/s12zmmc.inc
|
||||
include/asl/s12z/s12zpwm.inc
|
||||
include/asl/s12z/s12zsci.inc
|
||||
include/asl/s12z/s12zsent.inc
|
||||
include/asl/s12z/s12zspi.inc
|
||||
include/asl/s12z/s12ztim.inc
|
||||
include/asl/s12z/s12zvcpim.inc
|
||||
include/asl/s12z/vc/19f0mkh.inc
|
||||
include/asl/s12z/vc/19f0mlf.inc
|
||||
include/asl/s12z/vc/common.inc
|
||||
include/asl/s12z/vca/19f0mkh.inc
|
||||
include/asl/s12z/vca/19f0mlf.inc
|
||||
include/asl/s12z/vca/19f0wkh.inc
|
||||
include/asl/s12z/vh/128f2cll.inc
|
||||
include/asl/s12z/vh/128f2clq.inc
|
||||
include/asl/s12z/vh/128f2vll.inc
|
||||
include/asl/s12z/vh/128f2vlq.inc
|
||||
include/asl/s12z/vh/64f2clq.inc
|
||||
include/asl/s12z/vh/64f2vlq.inc
|
||||
include/asl/st6/adc.inc
|
||||
include/asl/st6/artim16.inc
|
||||
include/asl/st6/artimbas.inc
|
||||
include/asl/st6/artimer.inc
|
||||
include/asl/st6/gpio.inc
|
||||
include/asl/st6/instr.inc
|
||||
include/asl/st6/ior.inc
|
||||
include/asl/st6/lcd.inc
|
||||
include/asl/st6/reg6200.inc
|
||||
include/asl/st6/reg6208.inc
|
||||
include/asl/st6/reg6215.inc
|
||||
include/asl/st6/reg6218.inc
|
||||
include/asl/st6/reg6228.inc
|
||||
include/asl/st6/reg6230.inc
|
||||
include/asl/st6/reg6235.inc
|
||||
include/asl/st6/reg6240.inc
|
||||
include/asl/st6/reg6242.inc
|
||||
include/asl/st6/reg6245.inc
|
||||
include/asl/st6/reg6246.inc
|
||||
include/asl/st6/reg6252.inc
|
||||
include/asl/st6/reg6253.inc
|
||||
include/asl/st6/reg6255.inc
|
||||
include/asl/st6/reg6280.inc
|
||||
include/asl/st6/reg6285.inc
|
||||
include/asl/st6/spi.inc
|
||||
include/asl/st6/spi2.inc
|
||||
include/asl/st6/timer.inc
|
||||
include/asl/st6/uart.inc
|
||||
include/asl/st6/wdg.inc
|
||||
include/asl/st7/adc10.inc
|
||||
include/asl/st7/adc8.inc
|
||||
include/asl/st7/dm.inc
|
||||
include/asl/st7/gpio.inc
|
||||
include/asl/st7/i2c.inc
|
||||
include/asl/st7/linsci.inc
|
||||
include/asl/st7/pwm_art.inc
|
||||
include/asl/st7/reg72251.inc
|
||||
include/asl/st7/reg72311.inc
|
||||
include/asl/st7/reg72321.inc
|
||||
include/asl/st7/reg72324.inc
|
||||
include/asl/st7/reg72325.inc
|
||||
include/asl/st7/reg7232a.inc
|
||||
include/asl/st7/reg72344.inc
|
||||
include/asl/st7/reg72345.inc
|
||||
include/asl/st7/reg72361.inc
|
||||
include/asl/st7/reg72521.inc
|
||||
include/asl/st7/regfox.inc
|
||||
include/asl/st7/regfox1.inc
|
||||
include/asl/st7/regfox2.inc
|
||||
include/asl/st7/reglit0x.inc
|
||||
include/asl/st7/reglit1x.inc
|
||||
include/asl/st7/reglit2x.inc
|
||||
include/asl/st7/reglit3x.inc
|
||||
include/asl/st7/reglit4x.inc
|
||||
include/asl/st7/reglt1bx.inc
|
||||
include/asl/st7/regmc1.inc
|
||||
include/asl/st7/regmc2.inc
|
||||
include/asl/st7/sci.inc
|
||||
include/asl/st7/sci2.inc
|
||||
include/asl/st7/spi.inc
|
||||
include/asl/st7/spi2.inc
|
||||
include/asl/st7/timer.inc
|
||||
include/asl/stddef04.inc
|
||||
include/asl/stddef16.inc
|
||||
include/asl/stddef17.inc
|
||||
include/asl/stddef18.inc
|
||||
include/asl/stddef2x.inc
|
||||
include/asl/stddef37.inc
|
||||
include/asl/stddef3x.inc
|
||||
include/asl/stddef47.inc
|
||||
include/asl/stddef4x.inc
|
||||
include/asl/stddef51.inc
|
||||
include/asl/stddef56k.inc
|
||||
include/asl/stddef5x.inc
|
||||
include/asl/stddef60.inc
|
||||
include/asl/stddef62.inc
|
||||
include/asl/stddef75.inc
|
||||
include/asl/stddef87.inc
|
||||
include/asl/stddef90.inc
|
||||
include/asl/stddef96.inc
|
||||
include/asl/stddefxa.inc
|
||||
include/asl/stddefz8.inc
|
||||
include/asl/stm8/cpuregs.inc
|
||||
include/asl/stm8/dm.inc
|
||||
include/asl/stm8/stm8af/reg52x9.inc
|
||||
include/asl/stm8/stm8af/reg62x3.inc
|
||||
include/asl/stm8/stm8af/reg62x6.inc
|
||||
include/asl/stm8/stm8af/reg62x9.inc
|
||||
include/asl/stm8/stm8af/reg6366.inc
|
||||
include/asl/stm8/stm8af/reg6388.inc
|
||||
include/asl/stm8/stm8af/tmu.inc
|
||||
include/asl/stm8/stm8al/reg31x6.inc
|
||||
include/asl/stm8/stm8al/reg31x8.inc
|
||||
include/asl/stm8/stm8al/reg3lx6.inc
|
||||
include/asl/stm8/stm8al/reg3lx8.inc
|
||||
include/asl/stm8/stm8l/adc1.inc
|
||||
include/asl/stm8/stm8l/aes.inc
|
||||
include/asl/stm8/stm8l/beep.inc
|
||||
include/asl/stm8/stm8l/clk.inc
|
||||
include/asl/stm8/stm8l/clk01.inc
|
||||
include/asl/stm8/stm8l/comp.inc
|
||||
include/asl/stm8/stm8l/comp01.inc
|
||||
include/asl/stm8/stm8l/dac.inc
|
||||
include/asl/stm8/stm8l/dma.inc
|
||||
include/asl/stm8/stm8l/flash.inc
|
||||
include/asl/stm8/stm8l/flash01.inc
|
||||
include/asl/stm8/stm8l/i2c.inc
|
||||
include/asl/stm8/stm8l/i2c01.inc
|
||||
include/asl/stm8/stm8l/irtim.inc
|
||||
include/asl/stm8/stm8l/itc.inc
|
||||
include/asl/stm8/stm8l/lcd.inc
|
||||
include/asl/stm8/stm8l/pwr.inc
|
||||
include/asl/stm8/stm8l/reg001j3.inc
|
||||
include/asl/stm8/stm8l/reg050j3.inc
|
||||
include/asl/stm8/stm8l/reg051f3.inc
|
||||
include/asl/stm8/stm8l/reg052c6.inc
|
||||
include/asl/stm8/stm8l/reg052r8.inc
|
||||
include/asl/stm8/stm8l/reg101xx.inc
|
||||
include/asl/stm8/stm8l/reg151x4.inc
|
||||
include/asl/stm8/stm8l/reg151x8.inc
|
||||
include/asl/stm8/stm8l/reg151xx.inc
|
||||
include/asl/stm8/stm8l/reg152x4.inc
|
||||
include/asl/stm8/stm8l/reg152x8.inc
|
||||
include/asl/stm8/stm8l/reg162x8.inc
|
||||
include/asl/stm8/stm8l/rst.inc
|
||||
include/asl/stm8/stm8l/rst01.inc
|
||||
include/asl/stm8/stm8l/rtc.inc
|
||||
include/asl/stm8/stm8l/spi.inc
|
||||
include/asl/stm8/stm8l/spi01.inc
|
||||
include/asl/stm8/stm8l/syscfg.inc
|
||||
include/asl/stm8/stm8l/tim1.inc
|
||||
include/asl/stm8/stm8l/tim235.inc
|
||||
include/asl/stm8/stm8l/tim4.inc
|
||||
include/asl/stm8/stm8l/usart.inc
|
||||
include/asl/stm8/stm8l/usart01.inc
|
||||
include/asl/stm8/stm8l/wfe.inc
|
||||
include/asl/stm8/stm8l/wfe01.inc
|
||||
include/asl/stm8/stm8s/adc1.inc
|
||||
include/asl/stm8/stm8s/adc2.inc
|
||||
include/asl/stm8/stm8s/awu.inc
|
||||
include/asl/stm8/stm8s/becan.inc
|
||||
include/asl/stm8/stm8s/beep.inc
|
||||
include/asl/stm8/stm8s/clk.inc
|
||||
include/asl/stm8/stm8s/flash.inc
|
||||
include/asl/stm8/stm8s/gpio.inc
|
||||
include/asl/stm8/stm8s/i2c.inc
|
||||
include/asl/stm8/stm8s/itc.inc
|
||||
include/asl/stm8/stm8s/iwdg.inc
|
||||
include/asl/stm8/stm8s/reg001j3.inc
|
||||
include/asl/stm8/stm8s/reg003f3.inc
|
||||
include/asl/stm8/stm8s/reg005c6.inc
|
||||
include/asl/stm8/stm8s/reg007c8.inc
|
||||
include/asl/stm8/stm8s/reg103f3.inc
|
||||
include/asl/stm8/stm8s/reg105c6.inc
|
||||
include/asl/stm8/stm8s/reg207mb.inc
|
||||
include/asl/stm8/stm8s/reg208mb.inc
|
||||
include/asl/stm8/stm8s/reg903f3.inc
|
||||
include/asl/stm8/stm8s/rst.inc
|
||||
include/asl/stm8/stm8s/spi.inc
|
||||
include/asl/stm8/stm8s/tim1.inc
|
||||
include/asl/stm8/stm8s/tim2.inc
|
||||
include/asl/stm8/stm8s/tim3.inc
|
||||
include/asl/stm8/stm8s/tim4.inc
|
||||
include/asl/stm8/stm8s/tim5.inc
|
||||
include/asl/stm8/stm8s/tim6.inc
|
||||
include/asl/stm8/stm8s/uart1.inc
|
||||
include/asl/stm8/stm8s/uart2.inc
|
||||
include/asl/stm8/stm8s/uart3.inc
|
||||
include/asl/stm8/stm8s/uid.inc
|
||||
include/asl/stm8/stm8s/wwdg.inc
|
||||
include/asl/stm8/stm8t/clk.inc
|
||||
include/asl/stm8/stm8t/flash.inc
|
||||
include/asl/stm8/stm8t/pxs.inc
|
||||
include/asl/stm8/stm8t/reg05xx4.inc
|
||||
include/asl/stm8/stm8t/rst.inc
|
||||
include/asl/stm8/stm8t/syscfg.inc
|
||||
include/asl/stm8/stm8t/wfe.inc
|
||||
include/asl/stm8/swim.inc
|
||||
include/asl/stm8/template.inc
|
||||
include/asl/z8/ez8com.inc
|
||||
include/asl/z8/f0822.inc
|
||||
include/asl/z8/f0823.inc
|
||||
include/asl/z8/f082a.inc
|
||||
include/asl/z8/f0830.inc
|
||||
include/asl/z8/f1680.inc
|
||||
include/asl/z8/f6482.inc
|
||||
include/asl/z8/f64xx.inc
|
||||
include/asl/z8/z86cxx.inc
|
||||
include/asl/z8/z86xx.inc
|
||||
include/asl/z8/z88c0x.inc
|
||||
lib/asl/alink.msg
|
||||
lib/asl/as.msg
|
||||
lib/asl/cmdarg.msg
|
||||
lib/asl/ioerrs.msg
|
||||
lib/asl/p2bin.msg
|
||||
lib/asl/p2hex.msg
|
||||
lib/asl/pbind.msg
|
||||
lib/asl/plist.msg
|
||||
lib/asl/tools.msg
|
||||
man/man1/alink.1.gz
|
||||
man/man1/asl.1.gz
|
||||
man/man1/p2bin.1.gz
|
||||
man/man1/p2hex.1.gz
|
||||
man/man1/pbind.1.gz
|
||||
man/man1/plist.1.gz
|
||||
share/asl/80c50x.inc
|
||||
share/asl/80c552.inc
|
||||
share/asl/as.msg
|
||||
share/asl/bitfuncs.inc
|
||||
share/asl/cmdarg.msg
|
||||
share/asl/ctype.inc
|
||||
share/asl/h8_3048.inc
|
||||
share/asl/ioerrs.msg
|
||||
share/asl/p2bin.msg
|
||||
share/asl/p2hex.msg
|
||||
share/asl/pbind.msg
|
||||
share/asl/plist.msg
|
||||
share/asl/reg166.inc
|
||||
share/asl/reg251.inc
|
||||
share/asl/reg29k.inc
|
||||
share/asl/reg53x.inc
|
||||
share/asl/reg683xx.inc
|
||||
share/asl/reg7000.inc
|
||||
share/asl/reg78k0.inc
|
||||
share/asl/reg96.inc
|
||||
share/asl/regavr.inc
|
||||
share/asl/regcop8.inc
|
||||
share/asl/reghc12.inc
|
||||
share/asl/regm16c.inc
|
||||
share/asl/regmsp.inc
|
||||
share/asl/regst9.inc
|
||||
share/asl/regz380.inc
|
||||
share/asl/stddef04.inc
|
||||
share/asl/stddef16.inc
|
||||
share/asl/stddef17.inc
|
||||
share/asl/stddef18.inc
|
||||
share/asl/stddef2x.inc
|
||||
share/asl/stddef37.inc
|
||||
share/asl/stddef3x.inc
|
||||
share/asl/stddef47.inc
|
||||
share/asl/stddef51.inc
|
||||
share/asl/stddef56k.inc
|
||||
share/asl/stddef5x.inc
|
||||
share/asl/stddef60.inc
|
||||
share/asl/stddef62.inc
|
||||
share/asl/stddef75.inc
|
||||
share/asl/stddef87.inc
|
||||
share/asl/stddef90.inc
|
||||
share/asl/stddef96.inc
|
||||
share/asl/stddefxa.inc
|
||||
share/asl/stddefz8.inc
|
||||
share/asl/tools.msg
|
||||
share/doc/asl/Makefile
|
||||
share/doc/asl/as.tex
|
||||
|
Loading…
Reference in New Issue
Block a user