├── .clang-format ├── .clang-tidy ├── .clangd ├── .gitattributes ├── .github └── workflows │ ├── ci-emscripten.yml │ ├── ci-freebsd.yml │ ├── ci-linux.yml │ ├── ci-macos.yml │ ├── ci-omnios.yml │ ├── ci-windows-mingw.yml │ ├── ci-windows-msvc.yml │ ├── codeql.yml │ ├── coverity-scan.yml │ └── snapshots.yml ├── .gitignore ├── BENCHES ├── CMakeLists.txt ├── COPYING ├── INSTALL ├── README ├── README.LANGS ├── README.OS2 ├── README.md ├── TODO ├── addrspace.c ├── addrspace.h ├── alink.c ├── alink.res ├── as.c ├── as.h ├── as.res ├── as_endian.c ├── as_endian.h ├── as_endian.inl.h ├── asl-current.lsm ├── asl.def ├── asmallg.c ├── asmallg.h ├── asmcode.c ├── asmcode.h ├── asmdebug.c ├── asmdebug.h ├── asmdef.c ├── asmdef.h ├── asmerr.c ├── asmerr.h ├── asmfnums.c ├── asmfnums.h ├── asmif.c ├── asmif.h ├── asminclist.c ├── asminclist.h ├── asmitree.c ├── asmitree.h ├── asmlabel.c ├── asmlabel.h ├── asmlist.c ├── asmlist.h ├── asmmac.c ├── asmmac.h ├── asmpars.c ├── asmpars.h ├── asmrelocs.c ├── asmrelocs.h ├── asmstructs.c ├── asmstructs.h ├── asmsub.c ├── asmsub.h ├── bpemu.c ├── bpemu.h ├── changelog ├── chardefs.c ├── chardefs.h ├── chunks.c ├── chunks.h ├── cmake ├── FindSetEnv.cmake ├── cmspandoc.cmake └── pandocology.cmake ├── cmdarg.c ├── cmdarg.h ├── cmdarg.res ├── code166.c ├── code166.h ├── code16c5x.c ├── code16c5x.h ├── code16c8x.c ├── code16c8x.h ├── code1750.c ├── code1750.h ├── code17c4x.c ├── code17c4x.h ├── code1802.c ├── code1802.h ├── code2650.c ├── code2650.h ├── code29k.c ├── code29k.h ├── code3201x.c ├── code3201x.h ├── code3202x.c ├── code3202x.h ├── code3203x.c ├── code3203x.h ├── code3205x.c ├── code3205x.h ├── code3206x.c ├── code3206x.h ├── code3206x.hpp ├── code3254x.c ├── code3254x.h ├── code370.c ├── code370.h ├── code4004.c ├── code4004.h ├── code4500.c ├── code4500.h ├── code47c00.c ├── code47c00.h ├── code48.c ├── code48.h ├── code51.c ├── code51.h ├── code53c8xx.c ├── code53c8xx.h ├── code56k.c ├── code56k.h ├── code601.c ├── code601.h ├── code65.c ├── code65.h ├── code68.c ├── code68.h ├── code6804.c ├── code6804.h ├── code6805.c ├── code6805.h ├── code6809.c ├── code6809.h ├── code6812.c ├── code6812.h ├── code6816.c ├── code6816.h ├── code68k.c ├── code68k.h ├── code68k.hpp ├── code68rs08.c ├── code68rs08.h ├── code7000.c ├── code7000.h ├── code75k0.c ├── code75k0.h ├── code75xx.c ├── code75xx.h ├── code7700.c ├── code7700.h ├── code7720.c ├── code7720.h ├── code77230.c ├── code77230.h ├── code78c10.c ├── code78c10.h ├── code78k0.c ├── code78k0.h ├── code78k2.c ├── code78k2.h ├── code78k3.c ├── code78k3.h ├── code78k4.c ├── code78k4.h ├── code8008.c ├── code8008.h ├── code807x.c ├── code807x.h ├── code85.c ├── code85.h ├── code86.c ├── code86.h ├── code870c.c ├── code870c.h ├── code87c800.c ├── code87c800.h ├── code8x30x.c ├── code8x30x.h ├── code90c141.c ├── code90c141.h ├── code9331.c ├── code9331.h ├── code96.c ├── code96.h ├── code960.c ├── code960.h ├── code96c141.c ├── code96c141.h ├── code97c241.c ├── code97c241.h ├── code9900.c ├── code9900.h ├── codeace.c ├── codeace.h ├── codeavr.c ├── codeavr.h ├── codechunks.c ├── codechunks.h ├── codecop4.c ├── codecop4.h ├── codecop8.c ├── codecop8.h ├── codecp1600.c ├── codecp1600.h ├── codef8.c ├── codef8.h ├── codefmc16.c ├── codefmc16.h ├── codefmc8.c ├── codefmc8.h ├── codeh16.c ├── codeh16.h ├── codeh16.hpp ├── codeh8_3.c ├── codeh8_3.h ├── codeh8_5.c ├── codeh8_5.h ├── codehmcs400.c ├── codehmcs400.h ├── codekcp3.c ├── codekcp3.h ├── codekcpsm.c ├── codekcpsm.h ├── codekenbak.c ├── codekenbak.h ├── codem16.c ├── codem16.h ├── codem16c.c ├── codem16c.h ├── codemcore.c ├── codemcore.h ├── codemic8.c ├── codemic8.h ├── codemn1610.c ├── codemn1610.h ├── codemn2610.c ├── codemn2610.h ├── codemsp.c ├── codemsp.h ├── codens32k.c ├── codens32k.h ├── codens32k.hpp ├── codeol40.c ├── codeol40.h ├── codeol50.c ├── codeol50.h ├── codepdk.c ├── codepdk.h ├── codepseudo.c ├── codepseudo.h ├── codes12z.c ├── codes12z.h ├── codesc14xxx.c ├── codesc14xxx.h ├── codescmp.c ├── codescmp.h ├── codest6.c ├── codest6.h ├── codest7.c ├── codest7.h ├── codest9.c ├── codest9.h ├── codesx20.c ├── codesx20.h ├── codetms1.c ├── codetms1.h ├── codetms7.c ├── codetms7.h ├── codevars.c ├── codevars.h ├── codevector.c ├── codevector.h ├── codexa.c ├── codexa.h ├── codexcore.c ├── codexcore.h ├── codexgate.c ├── codexgate.h ├── codez8.c ├── codez8.h ├── codez8.hpp ├── codez80.c ├── codez80.h ├── codez80.hpp ├── codez8000.c ├── codez8000.h ├── codez8000.hpp ├── config.h.in ├── console.c ├── console.h ├── cppops.h ├── cpulist.c ├── cpulist.h ├── das.c ├── das.res ├── dasmdef.c ├── dasmdef.h ├── datatypes.h ├── deco4004.c ├── deco4004.h ├── deco68.c ├── deco68.h ├── deco87c800.c ├── deco87c800.h ├── doc ├── as.md ├── asl-template.odt ├── asl.css ├── assembler-usage.md ├── bibliography.md ├── convert-links.lua ├── dosbat.xml ├── error-messages.md ├── file-formats.md ├── frequently-asked-questions.md ├── introduction.md ├── modifying-as.md ├── predefined-symbols.md ├── processor-specific-hints.md ├── pseudo-instructions-and-integer-syntax.md ├── pseudo-instructions.md ├── shipped-include-files.md └── utility-programs.md ├── dynstr.c ├── dynstr.h ├── entryaddress.c ├── entryaddress.h ├── errmsg.c ├── errmsg.h ├── fileformat.h ├── fourpseudo.c ├── fourpseudo.h ├── function.c ├── function.h ├── header.res ├── headids.c ├── headids.h ├── ibmfloat.c ├── ibmfloat.h ├── ieeefloat.c ├── ieeefloat.h ├── include ├── 80c50x.inc ├── 80c552.inc ├── avr │ ├── ac90.inc │ ├── acm.inc │ ├── acm2.inc │ ├── acm30.inc │ ├── adcm16.inc │ ├── adcm78.inc │ ├── adcm8.inc │ ├── ee90.inc │ ├── eem.inc │ ├── eem2.inc │ ├── lcd.inc │ ├── macsc.inc │ ├── reg1200.inc │ ├── reg1284rfr2.inc │ ├── reg2313.inc │ ├── reg2323.inc │ ├── reg2333.inc │ ├── reg2564rfr2.inc │ ├── reg4414.inc │ ├── reg4433.inc │ ├── reg4434.inc │ ├── reg8515.inc │ ├── reg8534.inc │ ├── reg8535.inc │ ├── regm103.inc │ ├── regm128.inc │ ├── regm1280.inc │ ├── regm1281.inc │ ├── regm1284.inc │ ├── regm16.inc │ ├── regm161.inc │ ├── regm162.inc │ ├── regm163.inc │ ├── regm164.inc │ ├── regm165.inc │ ├── regm168.inc │ ├── regm169.inc │ ├── regm16u2.inc │ ├── regm16u4.inc │ ├── regm2560.inc │ ├── regm2561.inc │ ├── regm32.inc │ ├── regm323.inc │ ├── regm324.inc │ ├── regm325.inc │ ├── regm3250.inc │ ├── regm328.inc │ ├── regm329.inc │ ├── regm3290.inc │ ├── regm32u2.inc │ ├── regm32u4.inc │ ├── regm32u6.inc │ ├── regm406.inc │ ├── regm48.inc │ ├── regm64.inc │ ├── regm640.inc │ ├── regm644.inc │ ├── regm644rfr2.inc │ ├── regm645.inc │ ├── regm6450.inc │ ├── regm649.inc │ ├── regm6490.inc │ ├── regm8.inc │ ├── regm8515.inc │ ├── regm8535.inc │ ├── regm88.inc │ ├── regm8u2.inc │ ├── regmx8.inc │ ├── regmxu2.inc │ ├── regmxu4.inc │ ├── regmxu6.inc │ ├── regmxx01.inc │ ├── regmxx4.inc │ ├── regskel.inc │ ├── regt1024.inc │ ├── regt2313.inc │ ├── regt4313.inc │ ├── regtn10.inc │ ├── regtn102.inc │ ├── regtn104.inc │ ├── regtn11.inc │ ├── regtn112.inc │ ├── regtn12.inc │ ├── regtn13.inc │ ├── regtn13a.inc │ ├── regtn15.inc │ ├── regtn1634.inc │ ├── regtn167.inc │ ├── regtn20.inc │ ├── regtn24.inc │ ├── regtn25.inc │ ├── regtn26.inc │ ├── regtn261.inc │ ├── regtn28.inc │ ├── regtn4.inc │ ├── regtn40.inc │ ├── regtn43u.inc │ ├── regtn44.inc │ ├── regtn441.inc │ ├── regtn45.inc │ ├── regtn461.inc │ ├── regtn48.inc │ ├── regtn5.inc │ ├── regtn828.inc │ ├── regtn84.inc │ ├── regtn841.inc │ ├── regtn85.inc │ ├── regtn861.inc │ ├── regtn87.inc │ ├── regtn88.inc │ ├── regtn9.inc │ ├── regtnx4.inc │ ├── regtnx41.inc │ ├── regtnx5.inc │ ├── regtnx61.inc │ ├── regtnx7.inc │ ├── regtnx8.inc │ ├── regtx313.inc │ ├── regtx459.inc │ ├── regu1286.inc │ ├── regu1287.inc │ ├── regu355.inc │ ├── regu646.inc │ ├── regu647.inc │ ├── regx4rfr2.inc │ ├── regxx33.inc │ ├── spi90.inc │ ├── spim.inc │ ├── spim02c.inc │ ├── spim2c.inc │ ├── spm.inc │ ├── spmcsr37.inc │ ├── spmcsr68.inc │ ├── tr24.inc │ ├── twim.inc │ ├── twim70.inc │ ├── twimb8.inc │ ├── uart90.inc │ ├── usartc0.inc │ ├── usartc8.inc │ ├── usartm.inc │ ├── usbm.inc │ ├── usimb8.inc │ ├── wdm21.inc │ ├── wdm60.inc │ └── wdme.inc ├── bitfuncs.inc ├── coldfire │ ├── 52xxcan.inc │ ├── 52xxdram.inc │ ├── 52xxdtim.inc │ ├── 52xxedma.inc │ ├── 52xxeport.inc │ ├── 52xxfbus.inc │ ├── 52xxfec.inc │ ├── 52xxi2c.inc │ ├── 52xxintc.inc │ ├── 52xxlcdc.inc │ ├── 52xxmdha.inc │ ├── 52xxpit.inc │ ├── 52xxpwm.inc │ ├── 52xxqspi.inc │ ├── 52xxrng.inc │ ├── 52xxrtc.inc │ ├── 52xxskha.inc │ ├── 52xxssi.inc │ ├── 52xxtmr.inc │ ├── 52xxuart.inc │ ├── 52xxusb.inc │ ├── 52xxwdt.inc │ ├── 53xxuart.inc │ ├── 54xxfec.inc │ ├── 54xxsec.inc │ ├── 54xxusb2.inc │ ├── 5xxxfec.inc │ ├── mcf51qm.inc │ ├── mcf5204.inc │ ├── mcf5206.inc │ ├── mcf5208.inc │ ├── mcf52277.inc │ ├── mcf5307.inc │ ├── mcf5329.inc │ ├── mcf5373.inc │ ├── mcf5407.inc │ ├── mcf5470.inc │ ├── mcf5471.inc │ ├── mcf5472.inc │ ├── mcf5473.inc │ ├── mcf5474.inc │ ├── mcf5475.inc │ └── mcf547x.inc ├── ctype.inc ├── emulmsp.inc ├── h8_3048.inc ├── kenbak.inc ├── pdk │ ├── df69.inc │ ├── pfs173.inc │ ├── pmc251.inc │ ├── pmc884.inc │ ├── pms132.inc │ ├── pms133.inc │ ├── pms152.inc │ ├── pmx130.inc │ ├── pmx150.inc │ ├── pmx232.inc │ ├── pmx234.inc │ ├── pmx271.inc │ └── pxs154.inc ├── reg166.inc ├── reg251.inc ├── reg29k.inc ├── reg53x.inc ├── reg6303.inc ├── reg683xx.inc ├── reg7000.inc ├── reg78310.inc ├── reg78k0.inc ├── reg96.inc ├── regace.inc ├── regavr.inc ├── regavrold.inc ├── regcold.inc ├── regcop8.inc ├── regf8.inc ├── reggp32.inc ├── regh16.inc ├── reghc08jb.inc ├── reghc08q.inc ├── reghc12.inc ├── regm16c.inc ├── regmsp.inc ├── regpdk.inc ├── regs12z.inc ├── regst6.inc ├── regst7.inc ├── regst9.inc ├── regstm8.inc ├── regsx20.inc ├── regz380.inc ├── regz8.inc ├── s12z │ ├── cpucore.inc │ ├── ftmrz.inc │ ├── s12zacm.inc │ ├── s12zadc.inc │ ├── s12zbats.inc │ ├── s12zcan.inc │ ├── s12zcpmu.inc │ ├── s12zdac.inc │ ├── s12zdbg.inc │ ├── s12zecc.inc │ ├── s12ziic.inc │ ├── s12zint.inc │ ├── s12zmmc.inc │ ├── s12zpwm.inc │ ├── s12zsci.inc │ ├── s12zsent.inc │ ├── s12zspi.inc │ ├── s12ztim.inc │ ├── s12zvcpim.inc │ ├── vc │ │ ├── 19f0mkh.inc │ │ ├── 19f0mlf.inc │ │ └── common.inc │ ├── vca │ │ ├── 19f0mkh.inc │ │ ├── 19f0mlf.inc │ │ └── 19f0wkh.inc │ └── vh │ │ ├── 128f2cll.inc │ │ ├── 128f2clq.inc │ │ ├── 128f2vll.inc │ │ ├── 128f2vlq.inc │ │ ├── 64f2clq.inc │ │ └── 64f2vlq.inc ├── st6 │ ├── adc.inc │ ├── artim16.inc │ ├── artimbas.inc │ ├── artimer.inc │ ├── gpio.inc │ ├── instr.inc │ ├── ior.inc │ ├── lcd.inc │ ├── reg6200.inc │ ├── reg6208.inc │ ├── reg6215.inc │ ├── reg6218.inc │ ├── reg6228.inc │ ├── reg6230.inc │ ├── reg6235.inc │ ├── reg6240.inc │ ├── reg6242.inc │ ├── reg6245.inc │ ├── reg6246.inc │ ├── reg6252.inc │ ├── reg6253.inc │ ├── reg6255.inc │ ├── reg6280.inc │ ├── reg6285.inc │ ├── spi.inc │ ├── spi2.inc │ ├── timer.inc │ ├── uart.inc │ └── wdg.inc ├── st7 │ ├── adc10.inc │ ├── adc8.inc │ ├── dm.inc │ ├── gpio.inc │ ├── i2c.inc │ ├── linsci.inc │ ├── pwm_art.inc │ ├── reg72251.inc │ ├── reg72311.inc │ ├── reg72321.inc │ ├── reg72324.inc │ ├── reg72325.inc │ ├── reg7232a.inc │ ├── reg72344.inc │ ├── reg72345.inc │ ├── reg72361.inc │ ├── reg72521.inc │ ├── regfox.inc │ ├── regfox1.inc │ ├── regfox2.inc │ ├── reglit0x.inc │ ├── reglit1x.inc │ ├── reglit2x.inc │ ├── reglit3x.inc │ ├── reglit4x.inc │ ├── reglt1bx.inc │ ├── regmc1.inc │ ├── regmc2.inc │ ├── sci.inc │ ├── sci2.inc │ ├── spi.inc │ ├── spi2.inc │ └── timer.inc ├── stddef04.inc ├── stddef16.inc ├── stddef17.inc ├── stddef18.inc ├── stddef2x.inc ├── stddef37.inc ├── stddef3x.inc ├── stddef47.inc ├── stddef4x.inc ├── stddef51.inc ├── stddef56k.inc ├── stddef5x.inc ├── stddef60.inc ├── stddef62.inc ├── stddef75.inc ├── stddef87.inc ├── stddef90.inc ├── stddef96.inc ├── stddefxa.inc ├── stddefz8.inc ├── stm8 │ ├── cpuregs.inc │ ├── dm.inc │ ├── stm8af │ │ ├── reg52x9.inc │ │ ├── reg62x3.inc │ │ ├── reg62x6.inc │ │ ├── reg62x9.inc │ │ ├── reg6366.inc │ │ ├── reg6388.inc │ │ └── tmu.inc │ ├── stm8al │ │ ├── reg31x6.inc │ │ ├── reg31x8.inc │ │ ├── reg3lx6.inc │ │ └── reg3lx8.inc │ ├── stm8l │ │ ├── adc1.inc │ │ ├── aes.inc │ │ ├── beep.inc │ │ ├── clk.inc │ │ ├── clk01.inc │ │ ├── comp.inc │ │ ├── comp01.inc │ │ ├── dac.inc │ │ ├── dma.inc │ │ ├── flash.inc │ │ ├── flash01.inc │ │ ├── i2c.inc │ │ ├── i2c01.inc │ │ ├── irtim.inc │ │ ├── itc.inc │ │ ├── lcd.inc │ │ ├── pwr.inc │ │ ├── reg001j3.inc │ │ ├── reg050j3.inc │ │ ├── reg051f3.inc │ │ ├── reg052c6.inc │ │ ├── reg052r8.inc │ │ ├── reg101xx.inc │ │ ├── reg151x4.inc │ │ ├── reg151x8.inc │ │ ├── reg151xx.inc │ │ ├── reg152x4.inc │ │ ├── reg152x8.inc │ │ ├── reg162x8.inc │ │ ├── rst.inc │ │ ├── rst01.inc │ │ ├── rtc.inc │ │ ├── spi.inc │ │ ├── spi01.inc │ │ ├── syscfg.inc │ │ ├── tim1.inc │ │ ├── tim235.inc │ │ ├── tim4.inc │ │ ├── usart.inc │ │ ├── usart01.inc │ │ ├── wfe.inc │ │ └── wfe01.inc │ ├── stm8s │ │ ├── adc1.inc │ │ ├── adc2.inc │ │ ├── awu.inc │ │ ├── becan.inc │ │ ├── beep.inc │ │ ├── clk.inc │ │ ├── flash.inc │ │ ├── gpio.inc │ │ ├── i2c.inc │ │ ├── itc.inc │ │ ├── iwdg.inc │ │ ├── reg001j3.inc │ │ ├── reg003f3.inc │ │ ├── reg005c6.inc │ │ ├── reg007c8.inc │ │ ├── reg103f3.inc │ │ ├── reg105c6.inc │ │ ├── reg207mb.inc │ │ ├── reg208mb.inc │ │ ├── reg903f3.inc │ │ ├── rst.inc │ │ ├── spi.inc │ │ ├── tim1.inc │ │ ├── tim2.inc │ │ ├── tim3.inc │ │ ├── tim4.inc │ │ ├── tim5.inc │ │ ├── tim6.inc │ │ ├── uart1.inc │ │ ├── uart2.inc │ │ ├── uart3.inc │ │ ├── uid.inc │ │ └── wwdg.inc │ ├── stm8t │ │ ├── clk.inc │ │ ├── flash.inc │ │ ├── pxs.inc │ │ ├── reg05xx4.inc │ │ ├── rst.inc │ │ ├── syscfg.inc │ │ └── wfe.inc │ ├── swim.inc │ └── template.inc └── z8 │ ├── ez8com.inc │ ├── f0822.inc │ ├── f0823.inc │ ├── f082a.inc │ ├── f0830.inc │ ├── f1680.inc │ ├── f6482.inc │ ├── f64xx.inc │ ├── z86cxx.inc │ ├── z86xx.inc │ └── z88c0x.inc ├── intconsts.h ├── intformat.c ├── intformat.h ├── intpseudo.c ├── intpseudo.h ├── invaddress.c ├── invaddress.h ├── ioerrs.c ├── ioerrs.h ├── ioerrs.res ├── legacy-build ├── Makefile ├── Makefile.def-samples │ ├── MakeDef.cad │ ├── MakeDef.dos │ ├── MakeDef.dpmi │ ├── Makefile.def-alpha-dec-osf13.2 │ ├── Makefile.def-alpha-dec-osf14.0 │ ├── Makefile.def-alpha-unknown-linux2.x.x │ ├── Makefile.def-emscripten │ ├── Makefile.def-hppa-hp-hpux-10.0 │ ├── Makefile.def-hppa-hp-hpux-9.0 │ ├── Makefile.def-i386-osx │ ├── Makefile.def-i386-unknown-dpmi │ ├── Makefile.def-i386-unknown-linux2.x.x │ ├── Makefile.def-i386-unknown-msdos │ ├── Makefile.def-i386-unknown-os2 │ ├── Makefile.def-i386-unknown-os2-visualage │ ├── Makefile.def-i386-unknown-win32 │ ├── Makefile.def-i486-winnt-mingw │ ├── Makefile.def-i686-w32-on-linux │ ├── Makefile.def-m68k-pcs-munix3 │ ├── Makefile.def-m68k-sun-netbsd1.2 │ ├── Makefile.def-mips-dec-netbsd1.2 │ ├── Makefile.def-mips-dec-ultrix4.3 │ ├── Makefile.def-mips-sgi-irix6.2 │ ├── Makefile.def-mips64-sgi-irix6.4 │ ├── Makefile.def-multiarch-msys2-win32 │ ├── Makefile.def-rs6k-ibm-aix41 │ ├── Makefile.def-sparc-sun-linux │ ├── Makefile.def-sparc-sun-solaris2.x │ ├── Makefile.def-sparc-sun-sunos4.1.3 │ ├── Makefile.def-unknown-linux │ ├── Makefile.def-vax-dec-netbsd1.4 │ ├── Makefile.def-vax-dec-ultrix4.1 │ ├── Makefile.def-x86_64-osx │ ├── Makefile.def-x86_64-unknown-linux │ └── Makefile.def-x86_64-w32_w64-on-linux ├── Makefile.def.tmpl ├── Makefile.dos ├── Makefile.os2 ├── a2k.c ├── addcr.c ├── bincmp.c ├── debversion.c ├── doc │ ├── as.tex │ ├── biblio.tex │ ├── pscomm.tex │ ├── pscpu.tex │ ├── tabids.tex │ └── taborg.tex ├── doc_DE │ ├── as.tex │ └── makedefs.dok ├── doc_EN │ └── makedefs.dok ├── findhyphen.c ├── findhyphen.h ├── grhyph.c ├── grhyph.h ├── install.bat ├── install.cmd ├── install.sh ├── instw32.cmd ├── makedefs.abh ├── makedefs.files ├── makedefs.src ├── makedefs.str ├── mkdepend.c ├── rscdeps ├── tests │ ├── testall │ ├── testall.bat │ └── testall.cmd ├── tex2doc.c ├── tex2html.c ├── texfonts.c ├── texfonts.h ├── texrefs.c ├── texrefs.h ├── textoc.c ├── textoc.h ├── texutil.c ├── texutil.h ├── umlaut.c ├── unumlaut.c ├── ushyph.c └── ushyph.h ├── lstmacroexp.c ├── lstmacroexp.h ├── man ├── alink.1 ├── asl.1 ├── p2bin.1 ├── p2hex.1 ├── pbind.1 └── plist.1 ├── marks.asm ├── math64.c ├── math64.h ├── motpseudo.c ├── motpseudo.h ├── natpseudo.c ├── natpseudo.h ├── nlmessages.c ├── nlmessages.h ├── nls.c ├── nls.h ├── nonzstring.c ├── nonzstring.h ├── operator.c ├── operator.h ├── p2bin.c ├── p2bin.res ├── p2hex.c ├── p2hex.res ├── pascstyle.h ├── pbind.c ├── pbind.res ├── plist.c ├── plist.res ├── rescomp.c ├── sha1.c ├── sha1.h ├── specchars.h ├── stdhandl.c ├── stdhandl.h ├── stdinc.h ├── strcomp.c ├── strcomp.h ├── stringlists.c ├── stringlists.h ├── strutil.c ├── strutil.h ├── symbolsize.c ├── symbolsize.h ├── symflags.h ├── sysdefs.h ├── tempresult.c ├── tempresult.h ├── test_driver.c ├── tests ├── t_166 │ ├── asflags │ ├── t_166.asm │ ├── t_166.doc │ └── t_166.ori ├── t_16c5x │ ├── asflags │ ├── t_16c5x.asm │ ├── t_16c5x.doc │ └── t_16c5x.ori ├── t_16c84 │ ├── asflags │ ├── t_16c84.asm │ ├── t_16c84.doc │ └── t_16c84.ori ├── t_1750 │ ├── asflags │ ├── t_1750.asm │ ├── t_1750.doc │ └── t_1750.ori ├── t_17c42 │ ├── asflags │ ├── t_17c42.asm │ ├── t_17c42.doc │ └── t_17c42.ori ├── t_1802 │ ├── asflags │ ├── t_1802.asm │ ├── t_1802.doc │ └── t_1802.ori ├── t_1805 │ ├── asflags │ ├── t_1805.asm │ ├── t_1805.doc │ └── t_1805.ori ├── t_251 │ ├── asflags │ ├── t_251.asm │ ├── t_251.doc │ └── t_251.ori ├── t_2650 │ ├── asflags │ ├── t_2650.asm │ ├── t_2650.doc │ └── t_2650.ori ├── t_296 │ ├── asflags │ ├── t_296.asm │ ├── t_296.doc │ └── t_296.ori ├── t_29k │ ├── asflags │ ├── t_29k.asm │ ├── t_29k.doc │ └── t_29k.ori ├── t_32 │ ├── asflags │ ├── t_32.asm │ ├── t_32.doc │ └── t_32.ori ├── t_3201x │ ├── asflags │ ├── t_3201x.asm │ ├── t_3201x.doc │ └── t_3201x.ori ├── t_3202x │ ├── asflags │ ├── t_3202x.asm │ ├── t_3202x.doc │ └── t_3202x.ori ├── t_3203x │ ├── asflags │ ├── t_3203x.asm │ ├── t_3203x.doc │ └── t_3203x.ori ├── t_3204x │ ├── asflags │ ├── t_3204x.asm │ ├── t_3204x.doc │ └── t_3204x.ori ├── t_3205x │ ├── asflags │ ├── t_3205x.asm │ ├── t_3205x.doc │ └── t_3205x.ori ├── t_3206x │ ├── asflags │ ├── t_3206x.asm │ ├── t_3206x.doc │ └── t_3206x.ori ├── t_3254x │ ├── asflags │ ├── t_3254x.asm │ ├── t_3254x.doc │ └── t_3254x.ori ├── t_370 │ ├── asflags │ ├── t_370.asm │ ├── t_370.doc │ └── t_370.ori ├── t_4004 │ ├── asflags │ ├── t_4004.asm │ ├── t_4004.doc │ └── t_4004.ori ├── t_403 │ ├── asflags │ ├── t_403.asm │ ├── t_403.doc │ └── t_403.ori ├── t_4500 │ ├── asflags │ ├── t_4500.asm │ ├── t_4500.doc │ └── t_4500.ori ├── t_47c00 │ ├── asflags │ ├── t_47c00.asm │ ├── t_47c00.doc │ └── t_47c00.ori ├── t_48 │ ├── asflags │ ├── t_48.asm │ ├── t_48.doc │ └── t_48.ori ├── t_53c8xx │ ├── asflags │ ├── t_53c8xx.asm │ ├── t_53c8xx.doc │ └── t_53c8xx.ori ├── t_56000 │ ├── asflags │ ├── t_56000.asm │ ├── t_56000.doc │ └── t_56000.ori ├── t_56300 │ ├── asflags │ ├── t_56300.asm │ ├── t_56300.doc │ └── t_56300.ori ├── t_6301 │ ├── asflags │ ├── t_6301.asm │ ├── t_6301.doc │ └── t_6301.ori ├── t_65 │ ├── asflags │ ├── t_65.asm │ ├── t_65.doc │ └── t_65.ori ├── t_6502u │ ├── asflags │ ├── t_6502u.asm │ ├── t_6502u.doc │ └── t_6502u.ori ├── t_65c19 │ ├── asflags │ ├── t_65c19.asm │ ├── t_65c19.doc │ └── t_65c19.ori ├── t_65ce02 │ ├── asflags │ ├── t_65ce02.asm │ ├── t_65ce02.doc │ └── t_65ce02.ori ├── t_6804 │ ├── asflags │ ├── t_6804.asm │ ├── t_6804.doc │ └── t_6804.ori ├── t_68040 │ ├── asflags │ ├── t_68040.asm │ ├── t_68040.doc │ └── t_68040.ori ├── t_6805 │ ├── asflags │ ├── t_6805.asm │ ├── t_6805.doc │ └── t_6805.ori ├── t_6808 │ ├── asflags │ ├── t_6808.asm │ ├── t_6808.doc │ └── t_6808.ori ├── t_6812 │ ├── asflags │ ├── t_6812.asm │ ├── t_6812.doc │ └── t_6812.ori ├── t_6816 │ ├── asflags │ ├── t_6816.asm │ ├── t_6816.doc │ └── t_6816.ori ├── t_68alias │ ├── asflags │ ├── t_68alias.asm │ ├── t_68alias.doc │ └── t_68alias.ori ├── t_68kaddr │ ├── asflags │ ├── t_68kaddr.asm │ ├── t_68kaddr.doc │ └── t_68kaddr.ori ├── t_68kaddrblank │ ├── asflags │ ├── t_68kaddrblank.asm │ ├── t_68kaddrblank.doc │ └── t_68kaddrblank.ori ├── t_68kaddrfun │ ├── asflags │ ├── t_68kaddrfun.asm │ ├── t_68kaddrfun.doc │ └── t_68kaddrfun.ori ├── t_68kcpu │ ├── asflags │ ├── t_68kcpu.asm │ ├── t_68kcpu.doc │ └── t_68kcpu.ori ├── t_68kdis │ ├── asflags │ ├── t_68kdis.asm │ ├── t_68kdis.doc │ └── t_68kdis.ori ├── t_68kfwd │ ├── asflags │ ├── t_68kfwd.asm │ ├── t_68kfwd.doc │ └── t_68kfwd.ori ├── t_68kmmu │ ├── asflags │ ├── t_68kmmu.asm │ ├── t_68kmmu.doc │ └── t_68kmmu.ori ├── t_68kq │ ├── asflags │ ├── t_68kq.asm │ ├── t_68kq.doc │ └── t_68kq.ori ├── t_68kreg │ ├── asflags │ ├── t_68kreg.asm │ ├── t_68kreg.doc │ └── t_68kreg.ori ├── t_68rs08 │ ├── asflags │ ├── t_68rs08.asm │ ├── t_68rs08.doc │ └── t_68rs08.ori ├── t_7000 │ ├── asflags │ ├── t_7000.asm │ ├── t_7000.doc │ └── t_7000.ori ├── t_75k0 │ ├── asflags │ ├── t_75k0.asm │ ├── t_75k0.doc │ └── t_75k0.ori ├── t_75xx_a │ ├── asflags │ ├── t_75xx_a.asm │ ├── t_75xx_a.doc │ └── t_75xx_a.ori ├── t_75xx_b │ ├── asflags │ ├── t_75xx_b.asm │ ├── t_75xx_b.doc │ └── t_75xx_b.ori ├── t_7700 │ ├── asflags │ ├── t_7700.asm │ ├── t_7700.doc │ └── t_7700.ori ├── t_7720 │ ├── asflags │ ├── t_7720.asm │ ├── t_7720.doc │ └── t_7720.ori ├── t_77230 │ ├── asflags │ ├── t_77230.asm │ ├── t_77230.doc │ └── t_77230.ori ├── t_7725 │ ├── asflags │ ├── t_7725.asm │ ├── t_7725.doc │ └── t_7725.ori ├── t_7800 │ ├── asflags │ ├── t_7800.asm │ ├── t_7800.doc │ └── t_7800.ori ├── t_7806 │ ├── asflags │ ├── t_7806.asm │ ├── t_7806.doc │ └── t_7806.ori ├── t_78c1x │ ├── asflags │ ├── t_78c1x.asm │ ├── t_78c1x.doc │ └── t_78c1x.ori ├── t_78k0 │ ├── asflags │ ├── t_78k0.asm │ ├── t_78k0.doc │ └── t_78k0.ori ├── t_78k2 │ ├── asflags │ ├── t_78k2.asm │ ├── t_78k2.doc │ └── t_78k2.ori ├── t_78k3 │ ├── asflags │ ├── t_78k3.asm │ ├── t_78k3.doc │ └── t_78k3.ori ├── t_78k4 │ ├── asflags │ ├── t_78k4.asm │ ├── t_78k4.doc │ └── t_78k4.ori ├── t_8008 │ ├── asflags │ ├── t_8008.asm │ ├── t_8008.doc │ └── t_8008.ori ├── t_807x │ ├── asflags │ ├── t_807x.asm │ ├── t_807x.doc │ └── t_807x.ori ├── t_80c382 │ ├── asflags │ ├── t_80c382.asm │ ├── t_80c382.doc │ └── t_80c382.ori ├── t_821 │ ├── asflags │ ├── t_821.asm │ ├── t_821.doc │ └── t_821.ori ├── t_84xx │ ├── asflags │ ├── t_84xx.asm │ ├── t_84xx.doc │ └── t_84xx.ori ├── t_85 │ ├── asflags │ ├── t_85.asm │ ├── t_85.doc │ └── t_85.ori ├── t_86 │ ├── asflags │ ├── t_86.asm │ ├── t_86.doc │ └── t_86.ori ├── t_870c │ ├── asflags │ ├── t_870c.asm │ ├── t_870c.doc │ └── t_870c.ori ├── t_87c800 │ ├── asflags │ ├── t_87c800.asm │ ├── t_87c800.doc │ └── t_87c800.ori ├── t_8x30x │ ├── asflags │ ├── t_8x30x.asm │ ├── t_8x30x.doc │ └── t_8x30x.ori ├── t_900addr │ ├── asflags │ ├── t_900addr.asm │ ├── t_900addr.doc │ └── t_900addr.ori ├── t_9331 │ ├── asflags │ ├── t_9331.asm │ ├── t_9331.doc │ └── t_9331.ori ├── t_9331_1 │ ├── asflags │ ├── t_9331_1.asm │ ├── t_9331_1.doc │ └── t_9331_1.ori ├── t_9331_2 │ ├── asflags │ ├── t_9331_2.asm │ ├── t_9331_2.doc │ └── t_9331_2.ori ├── t_96 │ ├── asflags │ ├── t_96.asm │ ├── t_96.doc │ └── t_96.ori ├── t_960 │ ├── asflags │ ├── t_960.asm │ ├── t_960.doc │ └── t_960.ori ├── t_97c241 │ ├── asflags │ ├── t_97c241.asm │ ├── t_97c241.doc │ └── t_97c241.ori ├── t_9900 │ ├── asflags │ ├── t_9900.asm │ ├── t_9900.doc │ └── t_9900.ori ├── t_ace │ ├── asflags │ ├── t_ace.asm │ ├── t_ace.doc │ └── t_ace.ori ├── t_adrstr │ ├── asflags │ ├── t_adrstr.asm │ ├── t_adrstr.doc │ └── t_adrstr.ori ├── t_avr │ ├── asflags │ ├── t_avr.asm │ ├── t_avr.doc │ └── t_avr.ori ├── t_avr8 │ ├── asflags │ ├── t_avr8.asm │ ├── t_avr8.doc │ └── t_avr8.ori ├── t_bas52 │ ├── asflags │ ├── bas52.clk │ ├── bas52.fp │ ├── bas52.out │ ├── bas52.pgm │ ├── bas52.pwm │ ├── bas52.rst │ ├── bas52.tl │ ├── look52.inc │ ├── t_bas52.asm │ ├── t_bas52.doc │ ├── t_bas52.inc │ └── t_bas52.ori ├── t_bsr │ ├── asflags │ ├── t_bsr.asm │ ├── t_bsr.doc │ └── t_bsr.ori ├── t_buf32 │ ├── asflags │ ├── t_buf32.asm │ ├── t_buf32.doc │ └── t_buf32.ori ├── t_cfemac │ ├── asflags │ ├── t_cfemac.asm │ ├── t_cfemac.doc │ └── t_cfemac.ori ├── t_cfmac │ ├── asflags │ ├── t_cfmac.asm │ ├── t_cfmac.doc │ └── t_cfmac.ori ├── t_charset │ ├── asflags │ ├── t_charset.asm │ ├── t_charset.doc │ └── t_charset.ori ├── t_cmdcpu │ ├── asflags │ ├── t_cmdcpu.asm │ ├── t_cmdcpu.doc │ └── t_cmdcpu.ori ├── t_cold │ ├── asflags │ ├── t_cold.asm │ ├── t_cold.doc │ └── t_cold.ori ├── t_cop4 │ ├── asflags │ ├── t_cop4.asm │ ├── t_cop4.doc │ └── t_cop4.ori ├── t_cop8 │ ├── asflags │ ├── t_cop8.asm │ ├── t_cop8.doc │ └── t_cop8.ori ├── t_cp1600 │ ├── asflags │ ├── t_cp1600.asm │ ├── t_cp1600.doc │ └── t_cp1600.ori ├── t_cpualias │ ├── asflags │ ├── t_cpualias.asm │ ├── t_cpualias.doc │ └── t_cpualias.ori ├── t_dc │ ├── asflags │ ├── t_dc.asm │ ├── t_dc.doc │ └── t_dc.ori ├── t_defined │ ├── asflags │ ├── t_defined.asm │ ├── t_defined.doc │ └── t_defined.ori ├── t_defsymbol │ ├── asflags │ ├── t_defsymbol.asm │ ├── t_defsymbol.doc │ └── t_defsymbol.ori ├── t_dup │ ├── asflags │ ├── t_dup.asm │ ├── t_dup.doc │ └── t_dup.ori ├── t_dx │ ├── asflags │ ├── t_dx.asm │ ├── t_dx.doc │ └── t_dx.ori ├── t_dx_avr │ ├── asflags │ ├── t_dx_avr.asm │ ├── t_dx_avr.doc │ └── t_dx_avr.ori ├── t_enum │ ├── asflags │ ├── t_enum.asm │ ├── t_enum.doc │ └── t_enum.ori ├── t_expandop │ ├── asflags │ ├── t_expandop.asm │ ├── t_expandop.doc │ └── t_expandop.ori ├── t_ez8 │ ├── asflags │ ├── t_ez8.asm │ ├── t_ez8.doc │ └── t_ez8.ori ├── t_ez8bits │ ├── asflags │ ├── t_ez8bits.asm │ ├── t_ez8bits.doc │ └── t_ez8bits.ori ├── t_ez8man │ ├── asflags │ ├── t_ez8man.asm │ ├── t_ez8man.doc │ └── t_ez8man.ori ├── t_f2mc16 │ ├── asflags │ ├── t_f2mc16.asm │ ├── t_f2mc16.doc │ └── t_f2mc16.ori ├── t_f2mc8l │ ├── asflags │ ├── t_f2mc8l.asm │ ├── t_f2mc8l.doc │ └── t_f2mc8l.ori ├── t_f8 │ ├── asflags │ ├── t_f8.asm │ ├── t_f8.doc │ └── t_f8.ori ├── t_fl90 │ ├── asflags │ ├── cpu_time.inc │ ├── float.inc │ ├── macros.inc │ ├── mon.inc │ ├── t_fl90.asm │ ├── t_fl90.doc │ └── t_fl90.ori ├── t_fl900 │ ├── asflags │ ├── conout.inc │ ├── cpu_time.inc │ ├── float.inc │ ├── macros.inc │ ├── t_fl900.asm │ ├── t_fl900.doc │ ├── t_fl900.inc │ └── t_fl900.ori ├── t_fp16i │ ├── asflags │ ├── t_fp16i.asm │ ├── t_fp16i.doc │ └── t_fp16i.ori ├── t_fp16m │ ├── asflags │ ├── t_fp16m.asm │ ├── t_fp16m.doc │ └── t_fp16m.ori ├── t_full09 │ ├── asflags │ ├── t_full09.asm │ ├── t_full09.doc │ └── t_full09.ori ├── t_functions │ ├── asflags │ ├── t_functions.asm │ ├── t_functions.doc │ └── t_functions.ori ├── t_gr32k │ ├── asflags │ ├── t_gr32k.asm │ ├── t_gr32k.doc │ └── t_gr32k.ori ├── t_h16 │ ├── asflags │ ├── t_h16.asm │ ├── t_h16.doc │ └── t_h16.ori ├── t_h8_3 │ ├── asflags │ ├── t_h8_3.asm │ ├── t_h8_3.doc │ └── t_h8_3.ori ├── t_h8_5 │ ├── asflags │ ├── t_h8_5.asm │ ├── t_h8_5.doc │ └── t_h8_5.ori ├── t_hcs08 │ ├── asflags │ ├── t_hcs08.asm │ ├── t_hcs08.doc │ └── t_hcs08.ori ├── t_hmcs4x │ ├── asflags │ ├── t_hmcs4x.asm │ ├── t_hmcs4x.doc │ └── t_hmcs4x.ori ├── t_huc6280 │ ├── asflags │ ├── t_huc6280.asm │ ├── t_huc6280.doc │ └── t_huc6280.ori ├── t_intsyntax │ ├── asflags │ ├── t_intsyntax.asm │ ├── t_intsyntax.doc │ └── t_intsyntax.ori ├── t_irpn │ ├── asflags │ ├── t_irpn.asm │ ├── t_irpn.doc │ └── t_irpn.ori ├── t_j1802 │ ├── asflags │ ├── t_j1802.asm │ ├── t_j1802.doc │ └── t_j1802.ori ├── t_kcpsm │ ├── asflags │ ├── t_kcpsm.asm │ ├── t_kcpsm.doc │ └── t_kcpsm.ori ├── t_kcpsm3 │ ├── asflags │ ├── t_kcpsm3.asm │ ├── t_kcpsm3.doc │ └── t_kcpsm3.ori ├── t_kenbak │ ├── asflags │ ├── t_kenbak.asm │ ├── t_kenbak.doc │ └── t_kenbak.ori ├── t_kenbk2 │ ├── asflags │ ├── t_kenbk2.asm │ ├── t_kenbk2.doc │ └── t_kenbk2.ori ├── t_kenbk3 │ ├── asflags │ ├── t_kenbk3.asm │ ├── t_kenbk3.doc │ └── t_kenbk3.ori ├── t_kenbk4 │ ├── asflags │ ├── t_kenbk4.asm │ ├── t_kenbk4.doc │ └── t_kenbk4.ori ├── t_labels │ ├── asflags │ ├── t_labels.asm │ ├── t_labels.doc │ └── t_labels.ori ├── t_lkit16 │ ├── asflags │ ├── t_lkit16.asm │ ├── t_lkit16.doc │ └── t_lkit16.ori ├── t_longline │ ├── asflags │ ├── nop.p │ ├── t_longline.asm │ ├── t_longline.doc │ └── t_longline.ori ├── t_m16 │ ├── Makefile │ ├── asflags │ ├── mkm16.cpp │ ├── t_m16.asm │ ├── t_m16.doc │ └── t_m16.ori ├── t_m16c │ ├── asflags │ ├── t_m16c.asm │ ├── t_m16c.doc │ └── t_m16c.ori ├── t_macargs │ ├── asflags │ ├── t_macargs.asm │ ├── t_macargs.doc │ └── t_macargs.ori ├── t_macovr │ ├── asflags │ ├── t_macovr.asm │ ├── t_macovr.doc │ └── t_macovr.ori ├── t_mcore │ ├── asflags │ ├── t_mcore.asm │ ├── t_mcore.doc │ └── t_mcore.ori ├── t_mic51 │ ├── asflags │ ├── debug.asm │ ├── defKey.inc │ ├── defModul.inc │ ├── defMsg.inc │ ├── defParam.inc │ ├── defgequ.inc │ ├── defint.inc │ ├── defmacro.inc │ ├── makro1.asm │ ├── mem1.asm │ ├── net_lcd.inc │ ├── run1.asm │ ├── t_mic51.asm │ ├── t_mic51.doc │ ├── t_mic51.ori │ ├── t_mod1.asm │ ├── tast1.asm │ └── teach1.asm ├── t_mico8 │ ├── asflags │ ├── t_mico8.asm │ ├── t_mico8.doc │ └── t_mico8.ori ├── t_mmu32k │ ├── asflags │ ├── t_mmu32k.asm │ ├── t_mmu32k.doc │ └── t_mmu32k.ori ├── t_mn1610 │ ├── asflags │ ├── inst1610.asm │ ├── inst1613.asm │ ├── t_mn1610.asm │ ├── t_mn1610.doc │ └── t_mn1610.ori ├── t_mn2610 │ ├── asflags │ ├── t_mn2610.asm │ ├── t_mn2610.doc │ └── t_mn2610.ori ├── t_mn2613 │ ├── asflags │ ├── t_mn2613.asm │ ├── t_mn2613.doc │ └── t_mn2613.ori ├── t_moveq │ ├── asflags │ ├── t_moveq.asm │ ├── t_moveq.doc │ └── t_moveq.ori ├── t_msp │ ├── asflags │ ├── t_msp.asm │ ├── t_msp.doc │ └── t_msp.ori ├── t_msp430x │ ├── asflags │ ├── t_msp430x.asm │ ├── t_msp430x.doc │ └── t_msp430x.ori ├── t_msppad │ ├── asflags │ ├── t_msppad.asm │ ├── t_msppad.doc │ └── t_msppad.ori ├── t_nestedstructs │ ├── asflags │ ├── t_nestedstructs.asm │ ├── t_nestedstructs.doc │ └── t_nestedstructs.ori ├── t_ns32k │ ├── asflags │ ├── t_ns32k.asm │ ├── t_ns32k.doc │ └── t_ns32k.ori ├── t_oki48 │ ├── asflags │ ├── t_oki48.asm │ ├── t_oki48.doc │ └── t_oki48.ori ├── t_olms40 │ ├── asflags │ ├── t_olms40.asm │ ├── t_olms40.doc │ └── t_olms40.ori ├── t_olms50 │ ├── asflags │ ├── t_olms50.asm │ ├── t_olms50.doc │ └── t_olms50.ori ├── t_padding │ ├── asflags │ ├── t_padding.asm │ ├── t_padding.doc │ └── t_padding.ori ├── t_parsys │ ├── asflags │ ├── float.inc │ ├── float81.inc │ ├── parsys.inc │ ├── t_parsys.asm │ ├── t_parsys.doc │ ├── t_parsys.inc │ └── t_parsys.ori ├── t_pdk13 │ ├── asflags │ ├── t_pdk13.asm │ ├── t_pdk13.doc │ └── t_pdk13.ori ├── t_pdk14 │ ├── asflags │ ├── t_pdk14.asm │ ├── t_pdk14.doc │ └── t_pdk14.ori ├── t_pdk15 │ ├── asflags │ ├── t_pdk15.asm │ ├── t_pdk15.doc │ └── t_pdk15.ori ├── t_pdk16 │ ├── asflags │ ├── t_pdk16.asm │ ├── t_pdk16.doc │ └── t_pdk16.ori ├── t_pdkadr │ ├── asflags │ ├── t_pdkadr.asm │ ├── t_pdkadr.doc │ └── t_pdkadr.ori ├── t_phase │ ├── asflags │ ├── t_phase.asm │ ├── t_phase.doc │ └── t_phase.ori ├── t_phaseerr │ ├── asflags │ ├── t_phaseerr.asm │ ├── t_phaseerr.doc │ └── t_phaseerr.ori ├── t_r2000 │ ├── asflags │ ├── t_r2000.asm │ ├── t_r2000.doc │ └── t_r2000.ori ├── t_s12x │ ├── asflags │ ├── t_s12x.asm │ ├── t_s12x.doc │ └── t_s12x.ori ├── t_s12z │ ├── asflags │ ├── t_s12z.asm │ ├── t_s12z.doc │ └── t_s12z.ori ├── t_s8forth │ ├── asflags │ ├── t_s8forth.asm │ ├── t_s8forth.doc │ └── t_s8forth.ori ├── t_scmp │ ├── asflags │ ├── t_scmp.asm │ ├── t_scmp.doc │ └── t_scmp.ori ├── t_secdrive │ ├── asflags │ ├── lowlevel.inc │ ├── secparam.inc │ ├── t_secdrive.asm │ ├── t_secdrive.doc │ ├── t_secdrive.ori │ ├── wd1002xt.inc │ └── wd1003at.inc ├── t_shift │ ├── asflags │ ├── t_shift.asm │ ├── t_shift.doc │ └── t_shift.ori ├── t_st6 │ ├── asflags │ ├── t_st6.asm │ ├── t_st6.doc │ └── t_st6.ori ├── t_st7 │ ├── asflags │ ├── t_st7.asm │ ├── t_st7.doc │ └── t_st7.ori ├── t_st9 │ ├── asflags │ ├── t_st9.asm │ ├── t_st9.doc │ └── t_st9.ori ├── t_stm8 │ ├── asflags │ ├── t_stm8.asm │ ├── t_stm8.doc │ └── t_stm8.ori ├── t_strarray │ ├── asflags │ ├── t_strarray.asm │ ├── t_strarray.doc │ └── t_strarray.ori ├── t_stringify │ ├── asflags │ ├── t_stringify.asm │ ├── t_stringify.doc │ └── t_stringify.ori ├── t_structs │ ├── asflags │ ├── t_structs.asm │ ├── t_structs.doc │ └── t_structs.ori ├── t_sx20 │ ├── asflags │ ├── t_sx20.asm │ ├── t_sx20.doc │ └── t_sx20.ori ├── t_tifloat │ ├── asflags │ ├── t_tifloat.asm │ ├── t_tifloat.doc │ └── t_tifloat.ori ├── t_tlcs90 │ ├── asflags │ ├── t_tlcs90.asm │ ├── t_tlcs90.doc │ └── t_tlcs90.ori ├── t_tmpsym │ ├── asflags │ ├── t_tmpsym.asm │ ├── t_tmpsym.doc │ └── t_tmpsym.ori ├── t_tms1000 │ ├── asflags │ ├── t_tms1000.asm │ ├── t_tms1000.doc │ └── t_tms1000.ori ├── t_tms1100 │ ├── asflags │ ├── t_tms1100.asm │ ├── t_tms1100.doc │ └── t_tms1100.ori ├── t_tms7 │ ├── asflags │ ├── t_tms7.asm │ ├── t_tms7.doc │ └── t_tms7.ori ├── t_tnavr │ ├── asflags │ ├── t_tnavr.asm │ ├── t_tnavr.doc │ └── t_tnavr.ori ├── t_vector │ ├── asflags │ ├── t_vector.asm │ ├── t_vector.doc │ └── t_vector.ori ├── t_w65c02s │ ├── asflags │ ├── t_w65c02s.asm │ ├── t_w65c02s.doc │ └── t_w65c02s.ori ├── t_xa │ ├── asflags │ ├── t_xa.asm │ ├── t_xa.doc │ └── t_xa.ori ├── t_xcore │ ├── asflags │ ├── t_xcore.asm │ ├── t_xcore.doc │ └── t_xcore.ori ├── t_xgate │ ├── asflags │ ├── t_xgate.asm │ ├── t_xgate.doc │ └── t_xgate.ori ├── t_z180io │ ├── asflags │ ├── t_z180io.asm │ ├── t_z180io.doc │ └── t_z180io.ori ├── t_z380 │ ├── asflags │ ├── t_z380.asm │ ├── t_z380.doc │ └── t_z380.ori ├── t_z8 │ ├── asflags │ ├── t_z8.asm │ ├── t_z8.doc │ └── t_z8.ori ├── t_z8000 │ ├── asflags │ ├── t_z8000.asm │ ├── t_z8000.doc │ └── t_z8000.ori ├── t_z8000mon │ └── z8000mon.asm ├── t_z8008e │ ├── asflags │ ├── t_z8008e.asm │ ├── t_z8008e.doc │ └── t_z8008e.ori ├── t_z8008o │ ├── asflags │ ├── t_z8008o.asm │ ├── t_z8008o.doc │ └── t_z8008o.ori ├── t_z80syntax │ ├── asflags │ ├── t_z80syntax.asm │ ├── t_z80syntax.doc │ └── t_z80syntax.ori ├── warnlog.DE └── warnlog.EN ├── tipseudo.c ├── tipseudo.h ├── tools.res ├── tools2.res ├── toolutils.c ├── toolutils.h ├── trees.c ├── trees.h ├── vaxfloat.c ├── vaxfloat.h ├── version.c └── version.h /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/.clang-format -------------------------------------------------------------------------------- /.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/.clang-tidy -------------------------------------------------------------------------------- /.clangd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/.clangd -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/.gitignore -------------------------------------------------------------------------------- /BENCHES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/BENCHES -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/COPYING -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/INSTALL -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/README -------------------------------------------------------------------------------- /README.LANGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/README.LANGS -------------------------------------------------------------------------------- /README.OS2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/README.OS2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/TODO -------------------------------------------------------------------------------- /addrspace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/addrspace.c -------------------------------------------------------------------------------- /addrspace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/addrspace.h -------------------------------------------------------------------------------- /alink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/alink.c -------------------------------------------------------------------------------- /alink.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/alink.res -------------------------------------------------------------------------------- /as.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as.c -------------------------------------------------------------------------------- /as.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as.h -------------------------------------------------------------------------------- /as.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as.res -------------------------------------------------------------------------------- /as_endian.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as_endian.c -------------------------------------------------------------------------------- /as_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as_endian.h -------------------------------------------------------------------------------- /as_endian.inl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/as_endian.inl.h -------------------------------------------------------------------------------- /asl-current.lsm: -------------------------------------------------------------------------------- 1 | This is just a placeholder! 2 | -------------------------------------------------------------------------------- /asl.def: -------------------------------------------------------------------------------- 1 | STACKSIZE 35328 2 | 3 | -------------------------------------------------------------------------------- /asmallg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmallg.c -------------------------------------------------------------------------------- /asmallg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmallg.h -------------------------------------------------------------------------------- /asmcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmcode.c -------------------------------------------------------------------------------- /asmcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmcode.h -------------------------------------------------------------------------------- /asmdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmdebug.c -------------------------------------------------------------------------------- /asmdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmdebug.h -------------------------------------------------------------------------------- /asmdef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmdef.c -------------------------------------------------------------------------------- /asmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmdef.h -------------------------------------------------------------------------------- /asmerr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmerr.c -------------------------------------------------------------------------------- /asmerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmerr.h -------------------------------------------------------------------------------- /asmfnums.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmfnums.c -------------------------------------------------------------------------------- /asmfnums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmfnums.h -------------------------------------------------------------------------------- /asmif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmif.c -------------------------------------------------------------------------------- /asmif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmif.h -------------------------------------------------------------------------------- /asminclist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asminclist.c -------------------------------------------------------------------------------- /asminclist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asminclist.h -------------------------------------------------------------------------------- /asmitree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmitree.c -------------------------------------------------------------------------------- /asmitree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmitree.h -------------------------------------------------------------------------------- /asmlabel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmlabel.c -------------------------------------------------------------------------------- /asmlabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmlabel.h -------------------------------------------------------------------------------- /asmlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmlist.c -------------------------------------------------------------------------------- /asmlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmlist.h -------------------------------------------------------------------------------- /asmmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmmac.c -------------------------------------------------------------------------------- /asmmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmmac.h -------------------------------------------------------------------------------- /asmpars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmpars.c -------------------------------------------------------------------------------- /asmpars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmpars.h -------------------------------------------------------------------------------- /asmrelocs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmrelocs.c -------------------------------------------------------------------------------- /asmrelocs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmrelocs.h -------------------------------------------------------------------------------- /asmstructs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmstructs.c -------------------------------------------------------------------------------- /asmstructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmstructs.h -------------------------------------------------------------------------------- /asmsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmsub.c -------------------------------------------------------------------------------- /asmsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/asmsub.h -------------------------------------------------------------------------------- /bpemu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/bpemu.c -------------------------------------------------------------------------------- /bpemu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/bpemu.h -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/changelog -------------------------------------------------------------------------------- /chardefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/chardefs.c -------------------------------------------------------------------------------- /chardefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/chardefs.h -------------------------------------------------------------------------------- /chunks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/chunks.c -------------------------------------------------------------------------------- /chunks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/chunks.h -------------------------------------------------------------------------------- /cmake/FindSetEnv.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmake/FindSetEnv.cmake -------------------------------------------------------------------------------- /cmake/cmspandoc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmake/cmspandoc.cmake -------------------------------------------------------------------------------- /cmake/pandocology.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmake/pandocology.cmake -------------------------------------------------------------------------------- /cmdarg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmdarg.c -------------------------------------------------------------------------------- /cmdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmdarg.h -------------------------------------------------------------------------------- /cmdarg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cmdarg.res -------------------------------------------------------------------------------- /code166.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code166.c -------------------------------------------------------------------------------- /code166.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code166.h -------------------------------------------------------------------------------- /code16c5x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code16c5x.c -------------------------------------------------------------------------------- /code16c5x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code16c5x.h -------------------------------------------------------------------------------- /code16c8x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code16c8x.c -------------------------------------------------------------------------------- /code16c8x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code16c8x.h -------------------------------------------------------------------------------- /code1750.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code1750.c -------------------------------------------------------------------------------- /code1750.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code1750.h -------------------------------------------------------------------------------- /code17c4x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code17c4x.c -------------------------------------------------------------------------------- /code17c4x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code17c4x.h -------------------------------------------------------------------------------- /code1802.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code1802.c -------------------------------------------------------------------------------- /code1802.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code1802.h -------------------------------------------------------------------------------- /code2650.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code2650.c -------------------------------------------------------------------------------- /code2650.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code2650.h -------------------------------------------------------------------------------- /code29k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code29k.c -------------------------------------------------------------------------------- /code29k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code29k.h -------------------------------------------------------------------------------- /code3201x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3201x.c -------------------------------------------------------------------------------- /code3201x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3201x.h -------------------------------------------------------------------------------- /code3202x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3202x.c -------------------------------------------------------------------------------- /code3202x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3202x.h -------------------------------------------------------------------------------- /code3203x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3203x.c -------------------------------------------------------------------------------- /code3203x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3203x.h -------------------------------------------------------------------------------- /code3205x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3205x.c -------------------------------------------------------------------------------- /code3205x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3205x.h -------------------------------------------------------------------------------- /code3206x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3206x.c -------------------------------------------------------------------------------- /code3206x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3206x.h -------------------------------------------------------------------------------- /code3206x.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3206x.hpp -------------------------------------------------------------------------------- /code3254x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3254x.c -------------------------------------------------------------------------------- /code3254x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code3254x.h -------------------------------------------------------------------------------- /code370.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code370.c -------------------------------------------------------------------------------- /code370.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code370.h -------------------------------------------------------------------------------- /code4004.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code4004.c -------------------------------------------------------------------------------- /code4004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code4004.h -------------------------------------------------------------------------------- /code4500.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code4500.c -------------------------------------------------------------------------------- /code4500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code4500.h -------------------------------------------------------------------------------- /code47c00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code47c00.c -------------------------------------------------------------------------------- /code47c00.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code47c00.h -------------------------------------------------------------------------------- /code48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code48.c -------------------------------------------------------------------------------- /code48.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code48.h -------------------------------------------------------------------------------- /code51.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code51.c -------------------------------------------------------------------------------- /code51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code51.h -------------------------------------------------------------------------------- /code53c8xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code53c8xx.c -------------------------------------------------------------------------------- /code53c8xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code53c8xx.h -------------------------------------------------------------------------------- /code56k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code56k.c -------------------------------------------------------------------------------- /code56k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code56k.h -------------------------------------------------------------------------------- /code601.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code601.c -------------------------------------------------------------------------------- /code601.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code601.h -------------------------------------------------------------------------------- /code65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code65.c -------------------------------------------------------------------------------- /code65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code65.h -------------------------------------------------------------------------------- /code68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68.c -------------------------------------------------------------------------------- /code68.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68.h -------------------------------------------------------------------------------- /code6804.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6804.c -------------------------------------------------------------------------------- /code6804.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6804.h -------------------------------------------------------------------------------- /code6805.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6805.c -------------------------------------------------------------------------------- /code6805.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6805.h -------------------------------------------------------------------------------- /code6809.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6809.c -------------------------------------------------------------------------------- /code6809.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6809.h -------------------------------------------------------------------------------- /code6812.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6812.c -------------------------------------------------------------------------------- /code6812.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6812.h -------------------------------------------------------------------------------- /code6816.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6816.c -------------------------------------------------------------------------------- /code6816.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code6816.h -------------------------------------------------------------------------------- /code68k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68k.c -------------------------------------------------------------------------------- /code68k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68k.h -------------------------------------------------------------------------------- /code68k.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68k.hpp -------------------------------------------------------------------------------- /code68rs08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68rs08.c -------------------------------------------------------------------------------- /code68rs08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code68rs08.h -------------------------------------------------------------------------------- /code7000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7000.c -------------------------------------------------------------------------------- /code7000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7000.h -------------------------------------------------------------------------------- /code75k0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code75k0.c -------------------------------------------------------------------------------- /code75k0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code75k0.h -------------------------------------------------------------------------------- /code75xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code75xx.c -------------------------------------------------------------------------------- /code75xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code75xx.h -------------------------------------------------------------------------------- /code7700.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7700.c -------------------------------------------------------------------------------- /code7700.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7700.h -------------------------------------------------------------------------------- /code7720.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7720.c -------------------------------------------------------------------------------- /code7720.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code7720.h -------------------------------------------------------------------------------- /code77230.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code77230.c -------------------------------------------------------------------------------- /code77230.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code77230.h -------------------------------------------------------------------------------- /code78c10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78c10.c -------------------------------------------------------------------------------- /code78c10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78c10.h -------------------------------------------------------------------------------- /code78k0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k0.c -------------------------------------------------------------------------------- /code78k0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k0.h -------------------------------------------------------------------------------- /code78k2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k2.c -------------------------------------------------------------------------------- /code78k2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k2.h -------------------------------------------------------------------------------- /code78k3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k3.c -------------------------------------------------------------------------------- /code78k3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k3.h -------------------------------------------------------------------------------- /code78k4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k4.c -------------------------------------------------------------------------------- /code78k4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code78k4.h -------------------------------------------------------------------------------- /code8008.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code8008.c -------------------------------------------------------------------------------- /code8008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code8008.h -------------------------------------------------------------------------------- /code807x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code807x.c -------------------------------------------------------------------------------- /code807x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code807x.h -------------------------------------------------------------------------------- /code85.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code85.c -------------------------------------------------------------------------------- /code85.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code85.h -------------------------------------------------------------------------------- /code86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code86.c -------------------------------------------------------------------------------- /code86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code86.h -------------------------------------------------------------------------------- /code870c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code870c.c -------------------------------------------------------------------------------- /code870c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code870c.h -------------------------------------------------------------------------------- /code87c800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code87c800.c -------------------------------------------------------------------------------- /code87c800.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code87c800.h -------------------------------------------------------------------------------- /code8x30x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code8x30x.c -------------------------------------------------------------------------------- /code8x30x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code8x30x.h -------------------------------------------------------------------------------- /code90c141.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code90c141.c -------------------------------------------------------------------------------- /code90c141.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code90c141.h -------------------------------------------------------------------------------- /code9331.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code9331.c -------------------------------------------------------------------------------- /code9331.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code9331.h -------------------------------------------------------------------------------- /code96.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code96.c -------------------------------------------------------------------------------- /code96.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code96.h -------------------------------------------------------------------------------- /code960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code960.c -------------------------------------------------------------------------------- /code960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code960.h -------------------------------------------------------------------------------- /code96c141.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code96c141.c -------------------------------------------------------------------------------- /code96c141.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code96c141.h -------------------------------------------------------------------------------- /code97c241.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code97c241.c -------------------------------------------------------------------------------- /code97c241.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code97c241.h -------------------------------------------------------------------------------- /code9900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code9900.c -------------------------------------------------------------------------------- /code9900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/code9900.h -------------------------------------------------------------------------------- /codeace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeace.c -------------------------------------------------------------------------------- /codeace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeace.h -------------------------------------------------------------------------------- /codeavr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeavr.c -------------------------------------------------------------------------------- /codeavr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeavr.h -------------------------------------------------------------------------------- /codechunks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codechunks.c -------------------------------------------------------------------------------- /codechunks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codechunks.h -------------------------------------------------------------------------------- /codecop4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecop4.c -------------------------------------------------------------------------------- /codecop4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecop4.h -------------------------------------------------------------------------------- /codecop8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecop8.c -------------------------------------------------------------------------------- /codecop8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecop8.h -------------------------------------------------------------------------------- /codecp1600.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecp1600.c -------------------------------------------------------------------------------- /codecp1600.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codecp1600.h -------------------------------------------------------------------------------- /codef8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codef8.c -------------------------------------------------------------------------------- /codef8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codef8.h -------------------------------------------------------------------------------- /codefmc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codefmc16.c -------------------------------------------------------------------------------- /codefmc16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codefmc16.h -------------------------------------------------------------------------------- /codefmc8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codefmc8.c -------------------------------------------------------------------------------- /codefmc8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codefmc8.h -------------------------------------------------------------------------------- /codeh16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh16.c -------------------------------------------------------------------------------- /codeh16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh16.h -------------------------------------------------------------------------------- /codeh16.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh16.hpp -------------------------------------------------------------------------------- /codeh8_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh8_3.c -------------------------------------------------------------------------------- /codeh8_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh8_3.h -------------------------------------------------------------------------------- /codeh8_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh8_5.c -------------------------------------------------------------------------------- /codeh8_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeh8_5.h -------------------------------------------------------------------------------- /codehmcs400.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codehmcs400.c -------------------------------------------------------------------------------- /codehmcs400.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codehmcs400.h -------------------------------------------------------------------------------- /codekcp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekcp3.c -------------------------------------------------------------------------------- /codekcp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekcp3.h -------------------------------------------------------------------------------- /codekcpsm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekcpsm.c -------------------------------------------------------------------------------- /codekcpsm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekcpsm.h -------------------------------------------------------------------------------- /codekenbak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekenbak.c -------------------------------------------------------------------------------- /codekenbak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codekenbak.h -------------------------------------------------------------------------------- /codem16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codem16.c -------------------------------------------------------------------------------- /codem16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codem16.h -------------------------------------------------------------------------------- /codem16c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codem16c.c -------------------------------------------------------------------------------- /codem16c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codem16c.h -------------------------------------------------------------------------------- /codemcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemcore.c -------------------------------------------------------------------------------- /codemcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemcore.h -------------------------------------------------------------------------------- /codemic8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemic8.c -------------------------------------------------------------------------------- /codemic8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemic8.h -------------------------------------------------------------------------------- /codemn1610.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemn1610.c -------------------------------------------------------------------------------- /codemn1610.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemn1610.h -------------------------------------------------------------------------------- /codemn2610.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemn2610.c -------------------------------------------------------------------------------- /codemn2610.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemn2610.h -------------------------------------------------------------------------------- /codemsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemsp.c -------------------------------------------------------------------------------- /codemsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codemsp.h -------------------------------------------------------------------------------- /codens32k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codens32k.c -------------------------------------------------------------------------------- /codens32k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codens32k.h -------------------------------------------------------------------------------- /codens32k.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codens32k.hpp -------------------------------------------------------------------------------- /codeol40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeol40.c -------------------------------------------------------------------------------- /codeol40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeol40.h -------------------------------------------------------------------------------- /codeol50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeol50.c -------------------------------------------------------------------------------- /codeol50.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codeol50.h -------------------------------------------------------------------------------- /codepdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codepdk.c -------------------------------------------------------------------------------- /codepdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codepdk.h -------------------------------------------------------------------------------- /codepseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codepseudo.c -------------------------------------------------------------------------------- /codepseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codepseudo.h -------------------------------------------------------------------------------- /codes12z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codes12z.c -------------------------------------------------------------------------------- /codes12z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codes12z.h -------------------------------------------------------------------------------- /codesc14xxx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codesc14xxx.c -------------------------------------------------------------------------------- /codesc14xxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codesc14xxx.h -------------------------------------------------------------------------------- /codescmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codescmp.c -------------------------------------------------------------------------------- /codescmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codescmp.h -------------------------------------------------------------------------------- /codest6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest6.c -------------------------------------------------------------------------------- /codest6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest6.h -------------------------------------------------------------------------------- /codest7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest7.c -------------------------------------------------------------------------------- /codest7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest7.h -------------------------------------------------------------------------------- /codest9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest9.c -------------------------------------------------------------------------------- /codest9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codest9.h -------------------------------------------------------------------------------- /codesx20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codesx20.c -------------------------------------------------------------------------------- /codesx20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codesx20.h -------------------------------------------------------------------------------- /codetms1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codetms1.c -------------------------------------------------------------------------------- /codetms1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codetms1.h -------------------------------------------------------------------------------- /codetms7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codetms7.c -------------------------------------------------------------------------------- /codetms7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codetms7.h -------------------------------------------------------------------------------- /codevars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codevars.c -------------------------------------------------------------------------------- /codevars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codevars.h -------------------------------------------------------------------------------- /codevector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codevector.c -------------------------------------------------------------------------------- /codevector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codevector.h -------------------------------------------------------------------------------- /codexa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexa.c -------------------------------------------------------------------------------- /codexa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexa.h -------------------------------------------------------------------------------- /codexcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexcore.c -------------------------------------------------------------------------------- /codexcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexcore.h -------------------------------------------------------------------------------- /codexgate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexgate.c -------------------------------------------------------------------------------- /codexgate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codexgate.h -------------------------------------------------------------------------------- /codez8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8.c -------------------------------------------------------------------------------- /codez8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8.h -------------------------------------------------------------------------------- /codez8.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8.hpp -------------------------------------------------------------------------------- /codez80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez80.c -------------------------------------------------------------------------------- /codez80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez80.h -------------------------------------------------------------------------------- /codez80.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez80.hpp -------------------------------------------------------------------------------- /codez8000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8000.c -------------------------------------------------------------------------------- /codez8000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8000.h -------------------------------------------------------------------------------- /codez8000.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/codez8000.hpp -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/config.h.in -------------------------------------------------------------------------------- /console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/console.c -------------------------------------------------------------------------------- /console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/console.h -------------------------------------------------------------------------------- /cppops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cppops.h -------------------------------------------------------------------------------- /cpulist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cpulist.c -------------------------------------------------------------------------------- /cpulist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/cpulist.h -------------------------------------------------------------------------------- /das.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/das.c -------------------------------------------------------------------------------- /das.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/das.res -------------------------------------------------------------------------------- /dasmdef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/dasmdef.c -------------------------------------------------------------------------------- /dasmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/dasmdef.h -------------------------------------------------------------------------------- /datatypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/datatypes.h -------------------------------------------------------------------------------- /deco4004.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco4004.c -------------------------------------------------------------------------------- /deco4004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco4004.h -------------------------------------------------------------------------------- /deco68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco68.c -------------------------------------------------------------------------------- /deco68.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco68.h -------------------------------------------------------------------------------- /deco87c800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco87c800.c -------------------------------------------------------------------------------- /deco87c800.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/deco87c800.h -------------------------------------------------------------------------------- /doc/as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/as.md -------------------------------------------------------------------------------- /doc/asl-template.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/asl-template.odt -------------------------------------------------------------------------------- /doc/asl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/asl.css -------------------------------------------------------------------------------- /doc/assembler-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/assembler-usage.md -------------------------------------------------------------------------------- /doc/bibliography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/bibliography.md -------------------------------------------------------------------------------- /doc/convert-links.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/convert-links.lua -------------------------------------------------------------------------------- /doc/dosbat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/dosbat.xml -------------------------------------------------------------------------------- /doc/error-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/error-messages.md -------------------------------------------------------------------------------- /doc/file-formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/file-formats.md -------------------------------------------------------------------------------- /doc/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/introduction.md -------------------------------------------------------------------------------- /doc/modifying-as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/modifying-as.md -------------------------------------------------------------------------------- /doc/predefined-symbols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/predefined-symbols.md -------------------------------------------------------------------------------- /doc/utility-programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/doc/utility-programs.md -------------------------------------------------------------------------------- /dynstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/dynstr.c -------------------------------------------------------------------------------- /dynstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/dynstr.h -------------------------------------------------------------------------------- /entryaddress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/entryaddress.c -------------------------------------------------------------------------------- /entryaddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/entryaddress.h -------------------------------------------------------------------------------- /errmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/errmsg.c -------------------------------------------------------------------------------- /errmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/errmsg.h -------------------------------------------------------------------------------- /fileformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/fileformat.h -------------------------------------------------------------------------------- /fourpseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/fourpseudo.c -------------------------------------------------------------------------------- /fourpseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/fourpseudo.h -------------------------------------------------------------------------------- /function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/function.c -------------------------------------------------------------------------------- /function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/function.h -------------------------------------------------------------------------------- /header.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/header.res -------------------------------------------------------------------------------- /headids.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/headids.c -------------------------------------------------------------------------------- /headids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/headids.h -------------------------------------------------------------------------------- /ibmfloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ibmfloat.c -------------------------------------------------------------------------------- /ibmfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ibmfloat.h -------------------------------------------------------------------------------- /ieeefloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ieeefloat.c -------------------------------------------------------------------------------- /ieeefloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ieeefloat.h -------------------------------------------------------------------------------- /include/80c50x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/80c50x.inc -------------------------------------------------------------------------------- /include/80c552.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/80c552.inc -------------------------------------------------------------------------------- /include/avr/ac90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/ac90.inc -------------------------------------------------------------------------------- /include/avr/acm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/acm.inc -------------------------------------------------------------------------------- /include/avr/acm2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/acm2.inc -------------------------------------------------------------------------------- /include/avr/acm30.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/acm30.inc -------------------------------------------------------------------------------- /include/avr/adcm16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/adcm16.inc -------------------------------------------------------------------------------- /include/avr/adcm78.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/adcm78.inc -------------------------------------------------------------------------------- /include/avr/adcm8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/adcm8.inc -------------------------------------------------------------------------------- /include/avr/ee90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/ee90.inc -------------------------------------------------------------------------------- /include/avr/eem.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/eem.inc -------------------------------------------------------------------------------- /include/avr/eem2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/eem2.inc -------------------------------------------------------------------------------- /include/avr/lcd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/lcd.inc -------------------------------------------------------------------------------- /include/avr/macsc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/macsc.inc -------------------------------------------------------------------------------- /include/avr/reg1200.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg1200.inc -------------------------------------------------------------------------------- /include/avr/reg2313.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg2313.inc -------------------------------------------------------------------------------- /include/avr/reg2323.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg2323.inc -------------------------------------------------------------------------------- /include/avr/reg2333.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg2333.inc -------------------------------------------------------------------------------- /include/avr/reg4414.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg4414.inc -------------------------------------------------------------------------------- /include/avr/reg4433.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg4433.inc -------------------------------------------------------------------------------- /include/avr/reg4434.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg4434.inc -------------------------------------------------------------------------------- /include/avr/reg8515.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg8515.inc -------------------------------------------------------------------------------- /include/avr/reg8534.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg8534.inc -------------------------------------------------------------------------------- /include/avr/reg8535.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/reg8535.inc -------------------------------------------------------------------------------- /include/avr/regm103.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm103.inc -------------------------------------------------------------------------------- /include/avr/regm128.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm128.inc -------------------------------------------------------------------------------- /include/avr/regm1280.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm1280.inc -------------------------------------------------------------------------------- /include/avr/regm1281.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm1281.inc -------------------------------------------------------------------------------- /include/avr/regm1284.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm1284.inc -------------------------------------------------------------------------------- /include/avr/regm16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm16.inc -------------------------------------------------------------------------------- /include/avr/regm161.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm161.inc -------------------------------------------------------------------------------- /include/avr/regm162.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm162.inc -------------------------------------------------------------------------------- /include/avr/regm163.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm163.inc -------------------------------------------------------------------------------- /include/avr/regm164.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm164.inc -------------------------------------------------------------------------------- /include/avr/regm165.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm165.inc -------------------------------------------------------------------------------- /include/avr/regm168.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm168.inc -------------------------------------------------------------------------------- /include/avr/regm169.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm169.inc -------------------------------------------------------------------------------- /include/avr/regm16u2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm16u2.inc -------------------------------------------------------------------------------- /include/avr/regm16u4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm16u4.inc -------------------------------------------------------------------------------- /include/avr/regm2560.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm2560.inc -------------------------------------------------------------------------------- /include/avr/regm2561.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm2561.inc -------------------------------------------------------------------------------- /include/avr/regm32.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm32.inc -------------------------------------------------------------------------------- /include/avr/regm323.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm323.inc -------------------------------------------------------------------------------- /include/avr/regm324.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm324.inc -------------------------------------------------------------------------------- /include/avr/regm325.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm325.inc -------------------------------------------------------------------------------- /include/avr/regm3250.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm3250.inc -------------------------------------------------------------------------------- /include/avr/regm328.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm328.inc -------------------------------------------------------------------------------- /include/avr/regm329.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm329.inc -------------------------------------------------------------------------------- /include/avr/regm3290.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm3290.inc -------------------------------------------------------------------------------- /include/avr/regm32u2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm32u2.inc -------------------------------------------------------------------------------- /include/avr/regm32u4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm32u4.inc -------------------------------------------------------------------------------- /include/avr/regm32u6.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm32u6.inc -------------------------------------------------------------------------------- /include/avr/regm406.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm406.inc -------------------------------------------------------------------------------- /include/avr/regm48.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm48.inc -------------------------------------------------------------------------------- /include/avr/regm64.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm64.inc -------------------------------------------------------------------------------- /include/avr/regm640.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm640.inc -------------------------------------------------------------------------------- /include/avr/regm644.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm644.inc -------------------------------------------------------------------------------- /include/avr/regm645.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm645.inc -------------------------------------------------------------------------------- /include/avr/regm6450.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm6450.inc -------------------------------------------------------------------------------- /include/avr/regm649.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm649.inc -------------------------------------------------------------------------------- /include/avr/regm6490.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm6490.inc -------------------------------------------------------------------------------- /include/avr/regm8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm8.inc -------------------------------------------------------------------------------- /include/avr/regm8515.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm8515.inc -------------------------------------------------------------------------------- /include/avr/regm8535.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm8535.inc -------------------------------------------------------------------------------- /include/avr/regm88.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm88.inc -------------------------------------------------------------------------------- /include/avr/regm8u2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regm8u2.inc -------------------------------------------------------------------------------- /include/avr/regmx8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmx8.inc -------------------------------------------------------------------------------- /include/avr/regmxu2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmxu2.inc -------------------------------------------------------------------------------- /include/avr/regmxu4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmxu4.inc -------------------------------------------------------------------------------- /include/avr/regmxu6.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmxu6.inc -------------------------------------------------------------------------------- /include/avr/regmxx01.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmxx01.inc -------------------------------------------------------------------------------- /include/avr/regmxx4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regmxx4.inc -------------------------------------------------------------------------------- /include/avr/regskel.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regskel.inc -------------------------------------------------------------------------------- /include/avr/regt1024.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regt1024.inc -------------------------------------------------------------------------------- /include/avr/regt2313.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regt2313.inc -------------------------------------------------------------------------------- /include/avr/regt4313.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regt4313.inc -------------------------------------------------------------------------------- /include/avr/regtn10.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn10.inc -------------------------------------------------------------------------------- /include/avr/regtn102.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn102.inc -------------------------------------------------------------------------------- /include/avr/regtn104.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn104.inc -------------------------------------------------------------------------------- /include/avr/regtn11.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn11.inc -------------------------------------------------------------------------------- /include/avr/regtn112.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn112.inc -------------------------------------------------------------------------------- /include/avr/regtn12.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn12.inc -------------------------------------------------------------------------------- /include/avr/regtn13.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn13.inc -------------------------------------------------------------------------------- /include/avr/regtn13a.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn13a.inc -------------------------------------------------------------------------------- /include/avr/regtn15.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn15.inc -------------------------------------------------------------------------------- /include/avr/regtn1634.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn1634.inc -------------------------------------------------------------------------------- /include/avr/regtn167.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn167.inc -------------------------------------------------------------------------------- /include/avr/regtn20.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn20.inc -------------------------------------------------------------------------------- /include/avr/regtn24.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn24.inc -------------------------------------------------------------------------------- /include/avr/regtn25.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn25.inc -------------------------------------------------------------------------------- /include/avr/regtn26.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn26.inc -------------------------------------------------------------------------------- /include/avr/regtn261.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn261.inc -------------------------------------------------------------------------------- /include/avr/regtn28.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn28.inc -------------------------------------------------------------------------------- /include/avr/regtn4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn4.inc -------------------------------------------------------------------------------- /include/avr/regtn40.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn40.inc -------------------------------------------------------------------------------- /include/avr/regtn43u.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn43u.inc -------------------------------------------------------------------------------- /include/avr/regtn44.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn44.inc -------------------------------------------------------------------------------- /include/avr/regtn441.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn441.inc -------------------------------------------------------------------------------- /include/avr/regtn45.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn45.inc -------------------------------------------------------------------------------- /include/avr/regtn461.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn461.inc -------------------------------------------------------------------------------- /include/avr/regtn48.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn48.inc -------------------------------------------------------------------------------- /include/avr/regtn5.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn5.inc -------------------------------------------------------------------------------- /include/avr/regtn828.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn828.inc -------------------------------------------------------------------------------- /include/avr/regtn84.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn84.inc -------------------------------------------------------------------------------- /include/avr/regtn841.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn841.inc -------------------------------------------------------------------------------- /include/avr/regtn85.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn85.inc -------------------------------------------------------------------------------- /include/avr/regtn861.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn861.inc -------------------------------------------------------------------------------- /include/avr/regtn87.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn87.inc -------------------------------------------------------------------------------- /include/avr/regtn88.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn88.inc -------------------------------------------------------------------------------- /include/avr/regtn9.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtn9.inc -------------------------------------------------------------------------------- /include/avr/regtnx4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx4.inc -------------------------------------------------------------------------------- /include/avr/regtnx41.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx41.inc -------------------------------------------------------------------------------- /include/avr/regtnx5.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx5.inc -------------------------------------------------------------------------------- /include/avr/regtnx61.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx61.inc -------------------------------------------------------------------------------- /include/avr/regtnx7.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx7.inc -------------------------------------------------------------------------------- /include/avr/regtnx8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtnx8.inc -------------------------------------------------------------------------------- /include/avr/regtx313.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtx313.inc -------------------------------------------------------------------------------- /include/avr/regtx459.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regtx459.inc -------------------------------------------------------------------------------- /include/avr/regu1286.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regu1286.inc -------------------------------------------------------------------------------- /include/avr/regu1287.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regu1287.inc -------------------------------------------------------------------------------- /include/avr/regu355.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regu355.inc -------------------------------------------------------------------------------- /include/avr/regu646.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regu646.inc -------------------------------------------------------------------------------- /include/avr/regu647.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regu647.inc -------------------------------------------------------------------------------- /include/avr/regx4rfr2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regx4rfr2.inc -------------------------------------------------------------------------------- /include/avr/regxx33.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/regxx33.inc -------------------------------------------------------------------------------- /include/avr/spi90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spi90.inc -------------------------------------------------------------------------------- /include/avr/spim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spim.inc -------------------------------------------------------------------------------- /include/avr/spim02c.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spim02c.inc -------------------------------------------------------------------------------- /include/avr/spim2c.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spim2c.inc -------------------------------------------------------------------------------- /include/avr/spm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spm.inc -------------------------------------------------------------------------------- /include/avr/spmcsr37.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spmcsr37.inc -------------------------------------------------------------------------------- /include/avr/spmcsr68.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/spmcsr68.inc -------------------------------------------------------------------------------- /include/avr/tr24.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/tr24.inc -------------------------------------------------------------------------------- /include/avr/twim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/twim.inc -------------------------------------------------------------------------------- /include/avr/twim70.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/twim70.inc -------------------------------------------------------------------------------- /include/avr/twimb8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/twimb8.inc -------------------------------------------------------------------------------- /include/avr/uart90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/uart90.inc -------------------------------------------------------------------------------- /include/avr/usartc0.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/usartc0.inc -------------------------------------------------------------------------------- /include/avr/usartc8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/usartc8.inc -------------------------------------------------------------------------------- /include/avr/usartm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/usartm.inc -------------------------------------------------------------------------------- /include/avr/usbm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/usbm.inc -------------------------------------------------------------------------------- /include/avr/usimb8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/usimb8.inc -------------------------------------------------------------------------------- /include/avr/wdm21.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/wdm21.inc -------------------------------------------------------------------------------- /include/avr/wdm60.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/wdm60.inc -------------------------------------------------------------------------------- /include/avr/wdme.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/avr/wdme.inc -------------------------------------------------------------------------------- /include/bitfuncs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/bitfuncs.inc -------------------------------------------------------------------------------- /include/ctype.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/ctype.inc -------------------------------------------------------------------------------- /include/emulmsp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/emulmsp.inc -------------------------------------------------------------------------------- /include/h8_3048.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/h8_3048.inc -------------------------------------------------------------------------------- /include/kenbak.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/kenbak.inc -------------------------------------------------------------------------------- /include/pdk/df69.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/df69.inc -------------------------------------------------------------------------------- /include/pdk/pfs173.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pfs173.inc -------------------------------------------------------------------------------- /include/pdk/pmc251.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmc251.inc -------------------------------------------------------------------------------- /include/pdk/pmc884.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmc884.inc -------------------------------------------------------------------------------- /include/pdk/pms132.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pms132.inc -------------------------------------------------------------------------------- /include/pdk/pms133.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pms133.inc -------------------------------------------------------------------------------- /include/pdk/pms152.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pms152.inc -------------------------------------------------------------------------------- /include/pdk/pmx130.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmx130.inc -------------------------------------------------------------------------------- /include/pdk/pmx150.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmx150.inc -------------------------------------------------------------------------------- /include/pdk/pmx232.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmx232.inc -------------------------------------------------------------------------------- /include/pdk/pmx234.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmx234.inc -------------------------------------------------------------------------------- /include/pdk/pmx271.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pmx271.inc -------------------------------------------------------------------------------- /include/pdk/pxs154.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/pdk/pxs154.inc -------------------------------------------------------------------------------- /include/reg166.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg166.inc -------------------------------------------------------------------------------- /include/reg251.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg251.inc -------------------------------------------------------------------------------- /include/reg29k.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg29k.inc -------------------------------------------------------------------------------- /include/reg53x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg53x.inc -------------------------------------------------------------------------------- /include/reg6303.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg6303.inc -------------------------------------------------------------------------------- /include/reg683xx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg683xx.inc -------------------------------------------------------------------------------- /include/reg7000.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg7000.inc -------------------------------------------------------------------------------- /include/reg78310.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg78310.inc -------------------------------------------------------------------------------- /include/reg78k0.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg78k0.inc -------------------------------------------------------------------------------- /include/reg96.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reg96.inc -------------------------------------------------------------------------------- /include/regace.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regace.inc -------------------------------------------------------------------------------- /include/regavr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regavr.inc -------------------------------------------------------------------------------- /include/regavrold.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regavrold.inc -------------------------------------------------------------------------------- /include/regcold.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regcold.inc -------------------------------------------------------------------------------- /include/regcop8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regcop8.inc -------------------------------------------------------------------------------- /include/regf8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regf8.inc -------------------------------------------------------------------------------- /include/reggp32.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reggp32.inc -------------------------------------------------------------------------------- /include/regh16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regh16.inc -------------------------------------------------------------------------------- /include/reghc08jb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reghc08jb.inc -------------------------------------------------------------------------------- /include/reghc08q.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reghc08q.inc -------------------------------------------------------------------------------- /include/reghc12.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/reghc12.inc -------------------------------------------------------------------------------- /include/regm16c.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regm16c.inc -------------------------------------------------------------------------------- /include/regmsp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regmsp.inc -------------------------------------------------------------------------------- /include/regpdk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regpdk.inc -------------------------------------------------------------------------------- /include/regs12z.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regs12z.inc -------------------------------------------------------------------------------- /include/regst6.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regst6.inc -------------------------------------------------------------------------------- /include/regst7.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regst7.inc -------------------------------------------------------------------------------- /include/regst9.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regst9.inc -------------------------------------------------------------------------------- /include/regstm8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regstm8.inc -------------------------------------------------------------------------------- /include/regsx20.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regsx20.inc -------------------------------------------------------------------------------- /include/regz380.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regz380.inc -------------------------------------------------------------------------------- /include/regz8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/regz8.inc -------------------------------------------------------------------------------- /include/s12z/cpucore.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/cpucore.inc -------------------------------------------------------------------------------- /include/s12z/ftmrz.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/ftmrz.inc -------------------------------------------------------------------------------- /include/s12z/s12zacm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zacm.inc -------------------------------------------------------------------------------- /include/s12z/s12zadc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zadc.inc -------------------------------------------------------------------------------- /include/s12z/s12zbats.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zbats.inc -------------------------------------------------------------------------------- /include/s12z/s12zcan.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zcan.inc -------------------------------------------------------------------------------- /include/s12z/s12zcpmu.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zcpmu.inc -------------------------------------------------------------------------------- /include/s12z/s12zdac.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zdac.inc -------------------------------------------------------------------------------- /include/s12z/s12zdbg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zdbg.inc -------------------------------------------------------------------------------- /include/s12z/s12zecc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zecc.inc -------------------------------------------------------------------------------- /include/s12z/s12ziic.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12ziic.inc -------------------------------------------------------------------------------- /include/s12z/s12zint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zint.inc -------------------------------------------------------------------------------- /include/s12z/s12zmmc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zmmc.inc -------------------------------------------------------------------------------- /include/s12z/s12zpwm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zpwm.inc -------------------------------------------------------------------------------- /include/s12z/s12zsci.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zsci.inc -------------------------------------------------------------------------------- /include/s12z/s12zsent.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zsent.inc -------------------------------------------------------------------------------- /include/s12z/s12zspi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12zspi.inc -------------------------------------------------------------------------------- /include/s12z/s12ztim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/s12z/s12ztim.inc -------------------------------------------------------------------------------- /include/st6/adc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/adc.inc -------------------------------------------------------------------------------- /include/st6/artim16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/artim16.inc -------------------------------------------------------------------------------- /include/st6/artimbas.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/artimbas.inc -------------------------------------------------------------------------------- /include/st6/artimer.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/artimer.inc -------------------------------------------------------------------------------- /include/st6/gpio.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/gpio.inc -------------------------------------------------------------------------------- /include/st6/instr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/instr.inc -------------------------------------------------------------------------------- /include/st6/ior.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/ior.inc -------------------------------------------------------------------------------- /include/st6/lcd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/lcd.inc -------------------------------------------------------------------------------- /include/st6/reg6200.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/reg6200.inc -------------------------------------------------------------------------------- /include/st6/reg6208.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/reg6208.inc -------------------------------------------------------------------------------- /include/st6/reg6215.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/reg6215.inc -------------------------------------------------------------------------------- /include/st6/reg6218.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/reg6218.inc -------------------------------------------------------------------------------- /include/st6/spi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/spi.inc -------------------------------------------------------------------------------- /include/st6/spi2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/spi2.inc -------------------------------------------------------------------------------- /include/st6/timer.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/timer.inc -------------------------------------------------------------------------------- /include/st6/uart.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/uart.inc -------------------------------------------------------------------------------- /include/st6/wdg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st6/wdg.inc -------------------------------------------------------------------------------- /include/st7/adc10.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/adc10.inc -------------------------------------------------------------------------------- /include/st7/adc8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/adc8.inc -------------------------------------------------------------------------------- /include/st7/dm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/dm.inc -------------------------------------------------------------------------------- /include/st7/gpio.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/gpio.inc -------------------------------------------------------------------------------- /include/st7/i2c.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/i2c.inc -------------------------------------------------------------------------------- /include/st7/linsci.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/linsci.inc -------------------------------------------------------------------------------- /include/st7/regfox.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/regfox.inc -------------------------------------------------------------------------------- /include/st7/regmc1.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/regmc1.inc -------------------------------------------------------------------------------- /include/st7/regmc2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/regmc2.inc -------------------------------------------------------------------------------- /include/st7/sci.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/sci.inc -------------------------------------------------------------------------------- /include/st7/sci2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/sci2.inc -------------------------------------------------------------------------------- /include/st7/spi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/spi.inc -------------------------------------------------------------------------------- /include/st7/spi2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/spi2.inc -------------------------------------------------------------------------------- /include/st7/timer.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/st7/timer.inc -------------------------------------------------------------------------------- /include/stddef04.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef04.inc -------------------------------------------------------------------------------- /include/stddef16.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef16.inc -------------------------------------------------------------------------------- /include/stddef17.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef17.inc -------------------------------------------------------------------------------- /include/stddef18.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef18.inc -------------------------------------------------------------------------------- /include/stddef2x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef2x.inc -------------------------------------------------------------------------------- /include/stddef37.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef37.inc -------------------------------------------------------------------------------- /include/stddef3x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef3x.inc -------------------------------------------------------------------------------- /include/stddef47.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef47.inc -------------------------------------------------------------------------------- /include/stddef4x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef4x.inc -------------------------------------------------------------------------------- /include/stddef51.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef51.inc -------------------------------------------------------------------------------- /include/stddef56k.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef56k.inc -------------------------------------------------------------------------------- /include/stddef5x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef5x.inc -------------------------------------------------------------------------------- /include/stddef60.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef60.inc -------------------------------------------------------------------------------- /include/stddef62.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef62.inc -------------------------------------------------------------------------------- /include/stddef75.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef75.inc -------------------------------------------------------------------------------- /include/stddef87.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef87.inc -------------------------------------------------------------------------------- /include/stddef90.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef90.inc -------------------------------------------------------------------------------- /include/stddef96.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddef96.inc -------------------------------------------------------------------------------- /include/stddefxa.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddefxa.inc -------------------------------------------------------------------------------- /include/stddefz8.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stddefz8.inc -------------------------------------------------------------------------------- /include/stm8/dm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stm8/dm.inc -------------------------------------------------------------------------------- /include/stm8/swim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/stm8/swim.inc -------------------------------------------------------------------------------- /include/z8/ez8com.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/ez8com.inc -------------------------------------------------------------------------------- /include/z8/f0822.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f0822.inc -------------------------------------------------------------------------------- /include/z8/f0823.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f0823.inc -------------------------------------------------------------------------------- /include/z8/f082a.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f082a.inc -------------------------------------------------------------------------------- /include/z8/f0830.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f0830.inc -------------------------------------------------------------------------------- /include/z8/f1680.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f1680.inc -------------------------------------------------------------------------------- /include/z8/f6482.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f6482.inc -------------------------------------------------------------------------------- /include/z8/f64xx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/f64xx.inc -------------------------------------------------------------------------------- /include/z8/z86cxx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/z86cxx.inc -------------------------------------------------------------------------------- /include/z8/z86xx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/z86xx.inc -------------------------------------------------------------------------------- /include/z8/z88c0x.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/include/z8/z88c0x.inc -------------------------------------------------------------------------------- /intconsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/intconsts.h -------------------------------------------------------------------------------- /intformat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/intformat.c -------------------------------------------------------------------------------- /intformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/intformat.h -------------------------------------------------------------------------------- /intpseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/intpseudo.c -------------------------------------------------------------------------------- /intpseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/intpseudo.h -------------------------------------------------------------------------------- /invaddress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/invaddress.c -------------------------------------------------------------------------------- /invaddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/invaddress.h -------------------------------------------------------------------------------- /ioerrs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ioerrs.c -------------------------------------------------------------------------------- /ioerrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ioerrs.h -------------------------------------------------------------------------------- /ioerrs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/ioerrs.res -------------------------------------------------------------------------------- /legacy-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/Makefile -------------------------------------------------------------------------------- /legacy-build/a2k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/a2k.c -------------------------------------------------------------------------------- /legacy-build/addcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/addcr.c -------------------------------------------------------------------------------- /legacy-build/bincmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/bincmp.c -------------------------------------------------------------------------------- /legacy-build/grhyph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/grhyph.c -------------------------------------------------------------------------------- /legacy-build/grhyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/grhyph.h -------------------------------------------------------------------------------- /legacy-build/rscdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/rscdeps -------------------------------------------------------------------------------- /legacy-build/tex2doc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/tex2doc.c -------------------------------------------------------------------------------- /legacy-build/texrefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/texrefs.c -------------------------------------------------------------------------------- /legacy-build/texrefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/texrefs.h -------------------------------------------------------------------------------- /legacy-build/textoc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/textoc.c -------------------------------------------------------------------------------- /legacy-build/textoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/textoc.h -------------------------------------------------------------------------------- /legacy-build/texutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/texutil.c -------------------------------------------------------------------------------- /legacy-build/texutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/texutil.h -------------------------------------------------------------------------------- /legacy-build/umlaut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/umlaut.c -------------------------------------------------------------------------------- /legacy-build/ushyph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/ushyph.c -------------------------------------------------------------------------------- /legacy-build/ushyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/legacy-build/ushyph.h -------------------------------------------------------------------------------- /lstmacroexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/lstmacroexp.c -------------------------------------------------------------------------------- /lstmacroexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/lstmacroexp.h -------------------------------------------------------------------------------- /man/alink.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/alink.1 -------------------------------------------------------------------------------- /man/asl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/asl.1 -------------------------------------------------------------------------------- /man/p2bin.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/p2bin.1 -------------------------------------------------------------------------------- /man/p2hex.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/p2hex.1 -------------------------------------------------------------------------------- /man/pbind.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/pbind.1 -------------------------------------------------------------------------------- /man/plist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/man/plist.1 -------------------------------------------------------------------------------- /marks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/marks.asm -------------------------------------------------------------------------------- /math64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/math64.c -------------------------------------------------------------------------------- /math64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/math64.h -------------------------------------------------------------------------------- /motpseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/motpseudo.c -------------------------------------------------------------------------------- /motpseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/motpseudo.h -------------------------------------------------------------------------------- /natpseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/natpseudo.c -------------------------------------------------------------------------------- /natpseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/natpseudo.h -------------------------------------------------------------------------------- /nlmessages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nlmessages.c -------------------------------------------------------------------------------- /nlmessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nlmessages.h -------------------------------------------------------------------------------- /nls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nls.c -------------------------------------------------------------------------------- /nls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nls.h -------------------------------------------------------------------------------- /nonzstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nonzstring.c -------------------------------------------------------------------------------- /nonzstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/nonzstring.h -------------------------------------------------------------------------------- /operator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/operator.c -------------------------------------------------------------------------------- /operator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/operator.h -------------------------------------------------------------------------------- /p2bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/p2bin.c -------------------------------------------------------------------------------- /p2bin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/p2bin.res -------------------------------------------------------------------------------- /p2hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/p2hex.c -------------------------------------------------------------------------------- /p2hex.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/p2hex.res -------------------------------------------------------------------------------- /pascstyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/pascstyle.h -------------------------------------------------------------------------------- /pbind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/pbind.c -------------------------------------------------------------------------------- /pbind.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/pbind.res -------------------------------------------------------------------------------- /plist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/plist.c -------------------------------------------------------------------------------- /plist.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/plist.res -------------------------------------------------------------------------------- /rescomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/rescomp.c -------------------------------------------------------------------------------- /sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/sha1.c -------------------------------------------------------------------------------- /sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/sha1.h -------------------------------------------------------------------------------- /specchars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/specchars.h -------------------------------------------------------------------------------- /stdhandl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/stdhandl.c -------------------------------------------------------------------------------- /stdhandl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/stdhandl.h -------------------------------------------------------------------------------- /stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/stdinc.h -------------------------------------------------------------------------------- /strcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/strcomp.c -------------------------------------------------------------------------------- /strcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/strcomp.h -------------------------------------------------------------------------------- /stringlists.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/stringlists.c -------------------------------------------------------------------------------- /stringlists.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/stringlists.h -------------------------------------------------------------------------------- /strutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/strutil.c -------------------------------------------------------------------------------- /strutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/strutil.h -------------------------------------------------------------------------------- /symbolsize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/symbolsize.c -------------------------------------------------------------------------------- /symbolsize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/symbolsize.h -------------------------------------------------------------------------------- /symflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/symflags.h -------------------------------------------------------------------------------- /sysdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/sysdefs.h -------------------------------------------------------------------------------- /tempresult.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tempresult.c -------------------------------------------------------------------------------- /tempresult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tempresult.h -------------------------------------------------------------------------------- /test_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/test_driver.c -------------------------------------------------------------------------------- /tests/t_166/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_166/t_166.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_166/t_166.asm -------------------------------------------------------------------------------- /tests/t_166/t_166.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_166/t_166.doc -------------------------------------------------------------------------------- /tests/t_166/t_166.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_166/t_166.ori -------------------------------------------------------------------------------- /tests/t_16c5x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_16c84/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_1750/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_17c42/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_1802/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_1805/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_251/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_251/t_251.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_251/t_251.asm -------------------------------------------------------------------------------- /tests/t_251/t_251.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_251/t_251.doc -------------------------------------------------------------------------------- /tests/t_251/t_251.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_251/t_251.ori -------------------------------------------------------------------------------- /tests/t_2650/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_296/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_296/t_296.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_296/t_296.asm -------------------------------------------------------------------------------- /tests/t_296/t_296.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_296/t_296.doc -------------------------------------------------------------------------------- /tests/t_296/t_296.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_296/t_296.ori -------------------------------------------------------------------------------- /tests/t_29k/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_29k/t_29k.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_29k/t_29k.asm -------------------------------------------------------------------------------- /tests/t_29k/t_29k.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_29k/t_29k.doc -------------------------------------------------------------------------------- /tests/t_29k/t_29k.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_29k/t_29k.ori -------------------------------------------------------------------------------- /tests/t_32/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_32/t_32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_32/t_32.asm -------------------------------------------------------------------------------- /tests/t_32/t_32.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_32/t_32.doc -------------------------------------------------------------------------------- /tests/t_32/t_32.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_32/t_32.ori -------------------------------------------------------------------------------- /tests/t_3201x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3202x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3203x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3204x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3205x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3206x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_3254x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_370/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_370/t_370.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_370/t_370.asm -------------------------------------------------------------------------------- /tests/t_370/t_370.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_370/t_370.doc -------------------------------------------------------------------------------- /tests/t_370/t_370.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_370/t_370.ori -------------------------------------------------------------------------------- /tests/t_4004/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_403/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_403/t_403.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_403/t_403.asm -------------------------------------------------------------------------------- /tests/t_403/t_403.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_403/t_403.doc -------------------------------------------------------------------------------- /tests/t_403/t_403.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_403/t_403.ori -------------------------------------------------------------------------------- /tests/t_4500/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_47c00/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_48/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_48/t_48.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_48/t_48.asm -------------------------------------------------------------------------------- /tests/t_48/t_48.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_48/t_48.doc -------------------------------------------------------------------------------- /tests/t_48/t_48.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_48/t_48.ori -------------------------------------------------------------------------------- /tests/t_53c8xx/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_56000/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_56300/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6301/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_65/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_65/t_65.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_65/t_65.asm -------------------------------------------------------------------------------- /tests/t_65/t_65.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_65/t_65.doc -------------------------------------------------------------------------------- /tests/t_65/t_65.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_65/t_65.ori -------------------------------------------------------------------------------- /tests/t_6502u/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_65c19/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_65ce02/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6804/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68040/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6805/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6808/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6812/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_6816/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68alias/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kaddr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kaddrblank/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kaddrfun/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kcpu/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kdis/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kfwd/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kmmu/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kq/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68kreg/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_68rs08/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7000/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_75k0/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_75xx_a/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_75xx_b/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7700/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7720/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_77230/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7725/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7800/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_7806/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_78c1x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_78k0/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_78k2/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_78k3/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_78k4/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_8008/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_807x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_80c382/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_821/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_821/t_821.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_821/t_821.asm -------------------------------------------------------------------------------- /tests/t_821/t_821.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_821/t_821.doc -------------------------------------------------------------------------------- /tests/t_821/t_821.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_821/t_821.ori -------------------------------------------------------------------------------- /tests/t_84xx/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_85/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_85/t_85.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_85/t_85.asm -------------------------------------------------------------------------------- /tests/t_85/t_85.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_85/t_85.doc -------------------------------------------------------------------------------- /tests/t_85/t_85.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_85/t_85.ori -------------------------------------------------------------------------------- /tests/t_86/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_86/t_86.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_86/t_86.asm -------------------------------------------------------------------------------- /tests/t_86/t_86.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_86/t_86.doc -------------------------------------------------------------------------------- /tests/t_86/t_86.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_86/t_86.ori -------------------------------------------------------------------------------- /tests/t_870c/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_87c800/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_8x30x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_900addr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_9331/asflags: -------------------------------------------------------------------------------- 1 | -cpu tc9331 2 | -------------------------------------------------------------------------------- /tests/t_9331_1/asflags: -------------------------------------------------------------------------------- 1 | -cpu tc9331 2 | -------------------------------------------------------------------------------- /tests/t_9331_2/asflags: -------------------------------------------------------------------------------- 1 | -cpu tc9331 2 | -------------------------------------------------------------------------------- /tests/t_96/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_96/t_96.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_96/t_96.asm -------------------------------------------------------------------------------- /tests/t_96/t_96.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_96/t_96.doc -------------------------------------------------------------------------------- /tests/t_96/t_96.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_96/t_96.ori -------------------------------------------------------------------------------- /tests/t_960/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_960/t_960.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_960/t_960.asm -------------------------------------------------------------------------------- /tests/t_960/t_960.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_960/t_960.doc -------------------------------------------------------------------------------- /tests/t_960/t_960.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_960/t_960.ori -------------------------------------------------------------------------------- /tests/t_97c241/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_9900/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ace/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ace/t_ace.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ace/t_ace.asm -------------------------------------------------------------------------------- /tests/t_ace/t_ace.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ace/t_ace.doc -------------------------------------------------------------------------------- /tests/t_ace/t_ace.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ace/t_ace.ori -------------------------------------------------------------------------------- /tests/t_adrstr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_avr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_avr/t_avr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_avr/t_avr.asm -------------------------------------------------------------------------------- /tests/t_avr/t_avr.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_avr/t_avr.doc -------------------------------------------------------------------------------- /tests/t_avr/t_avr.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_avr/t_avr.ori -------------------------------------------------------------------------------- /tests/t_avr8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_bas52/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_bas52/bas52.fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_bas52/bas52.fp -------------------------------------------------------------------------------- /tests/t_bas52/bas52.tl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_bas52/bas52.tl -------------------------------------------------------------------------------- /tests/t_bsr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_bsr/t_bsr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_bsr/t_bsr.asm -------------------------------------------------------------------------------- /tests/t_bsr/t_bsr.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_bsr/t_bsr.doc -------------------------------------------------------------------------------- /tests/t_bsr/t_bsr.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_bsr/t_bsr.ori -------------------------------------------------------------------------------- /tests/t_buf32/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cfemac/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cfmac/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_charset/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cmdcpu/asflags: -------------------------------------------------------------------------------- 1 | -cpu 8051 2 | -------------------------------------------------------------------------------- /tests/t_cold/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cop4/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cop8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_cp1600/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_dc/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_dc/t_dc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dc/t_dc.asm -------------------------------------------------------------------------------- /tests/t_dc/t_dc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dc/t_dc.doc -------------------------------------------------------------------------------- /tests/t_dc/t_dc.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dc/t_dc.ori -------------------------------------------------------------------------------- /tests/t_defined/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_defined/t_defined.ori: -------------------------------------------------------------------------------- 1 | #4 -------------------------------------------------------------------------------- /tests/t_dup/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_dup/t_dup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dup/t_dup.asm -------------------------------------------------------------------------------- /tests/t_dup/t_dup.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dup/t_dup.doc -------------------------------------------------------------------------------- /tests/t_dup/t_dup.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dup/t_dup.ori -------------------------------------------------------------------------------- /tests/t_dx/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_dx/t_dx.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dx/t_dx.asm -------------------------------------------------------------------------------- /tests/t_dx/t_dx.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dx/t_dx.doc -------------------------------------------------------------------------------- /tests/t_dx/t_dx.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_dx/t_dx.ori -------------------------------------------------------------------------------- /tests/t_dx_avr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_enum/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_enum/t_enum.ori: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /tests/t_expandop/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ez8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ez8/t_ez8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ez8/t_ez8.asm -------------------------------------------------------------------------------- /tests/t_ez8/t_ez8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ez8/t_ez8.doc -------------------------------------------------------------------------------- /tests/t_ez8/t_ez8.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_ez8/t_ez8.ori -------------------------------------------------------------------------------- /tests/t_ez8bits/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ez8man/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_f2mc16/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_f2mc8l/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_f8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_f8/t_f8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_f8/t_f8.asm -------------------------------------------------------------------------------- /tests/t_f8/t_f8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_f8/t_f8.doc -------------------------------------------------------------------------------- /tests/t_f8/t_f8.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_f8/t_f8.ori -------------------------------------------------------------------------------- /tests/t_fl90/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_fl90/float.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_fl90/float.inc -------------------------------------------------------------------------------- /tests/t_fl90/mon.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_fl90/mon.inc -------------------------------------------------------------------------------- /tests/t_fl900/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_fp16i/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_fp16m/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_full09/asflags: -------------------------------------------------------------------------------- 1 | -D __6309__ 2 | -------------------------------------------------------------------------------- /tests/t_functions/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_gr32k/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_h16/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_h16/t_h16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_h16/t_h16.asm -------------------------------------------------------------------------------- /tests/t_h16/t_h16.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_h16/t_h16.doc -------------------------------------------------------------------------------- /tests/t_h16/t_h16.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_h16/t_h16.ori -------------------------------------------------------------------------------- /tests/t_h8_3/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_h8_5/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_hcs08/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_hmcs4x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_huc6280/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_intsyntax/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_irpn/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_j1802/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kcpsm/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kcpsm3/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kenbak/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kenbk2/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kenbk3/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_kenbk4/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_labels/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_lkit16/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_longline/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_longline/nop.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_longline/nop.p -------------------------------------------------------------------------------- /tests/t_m16/Makefile: -------------------------------------------------------------------------------- 1 | CPPFLAGS=-std=c++11 2 | -------------------------------------------------------------------------------- /tests/t_m16/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_m16/mkm16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_m16/mkm16.cpp -------------------------------------------------------------------------------- /tests/t_m16/t_m16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_m16/t_m16.asm -------------------------------------------------------------------------------- /tests/t_m16/t_m16.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_m16/t_m16.doc -------------------------------------------------------------------------------- /tests/t_m16/t_m16.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_m16/t_m16.ori -------------------------------------------------------------------------------- /tests/t_m16c/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_macargs/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_macovr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_mcore/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_mic51/asflags: -------------------------------------------------------------------------------- 1 | -c -A -------------------------------------------------------------------------------- /tests/t_mic51/mem1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_mic51/mem1.asm -------------------------------------------------------------------------------- /tests/t_mic51/run1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_mic51/run1.asm -------------------------------------------------------------------------------- /tests/t_mico8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_mmu32k/asflags: -------------------------------------------------------------------------------- 1 | -cpu ns32532 -relaxed 2 | -------------------------------------------------------------------------------- /tests/t_mn1610/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_mn2610/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_mn2613/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_moveq/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_msp/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_msp/t_msp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_msp/t_msp.asm -------------------------------------------------------------------------------- /tests/t_msp/t_msp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_msp/t_msp.doc -------------------------------------------------------------------------------- /tests/t_msp/t_msp.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_msp/t_msp.ori -------------------------------------------------------------------------------- /tests/t_msp430x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_msppad/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_nestedstructs/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_ns32k/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_oki48/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_olms40/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_olms50/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_padding/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_parsys/asflags: -------------------------------------------------------------------------------- 1 | -c -------------------------------------------------------------------------------- /tests/t_pdk13/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_pdk14/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_pdk15/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_pdk16/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_pdkadr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_phase/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_phaseerr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_r2000/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_s12x/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_s12z/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_s8forth/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_scmp/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_secdrive/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_shift/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_st6/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_st6/t_st6.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st6/t_st6.asm -------------------------------------------------------------------------------- /tests/t_st6/t_st6.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st6/t_st6.doc -------------------------------------------------------------------------------- /tests/t_st6/t_st6.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st6/t_st6.ori -------------------------------------------------------------------------------- /tests/t_st7/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_st7/t_st7.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st7/t_st7.asm -------------------------------------------------------------------------------- /tests/t_st7/t_st7.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st7/t_st7.doc -------------------------------------------------------------------------------- /tests/t_st7/t_st7.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st7/t_st7.ori -------------------------------------------------------------------------------- /tests/t_st9/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_st9/t_st9.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st9/t_st9.asm -------------------------------------------------------------------------------- /tests/t_st9/t_st9.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st9/t_st9.doc -------------------------------------------------------------------------------- /tests/t_st9/t_st9.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_st9/t_st9.ori -------------------------------------------------------------------------------- /tests/t_stm8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_strarray/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_stringify/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_stringify/t_stringify.ori: -------------------------------------------------------------------------------- 1 |   -------------------------------------------------------------------------------- /tests/t_structs/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_sx20/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tifloat/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tlcs90/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tmpsym/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tms1000/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tms1100/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tms7/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_tnavr/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_vector/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_w65c02s/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_xa/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_xa/t_xa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_xa/t_xa.asm -------------------------------------------------------------------------------- /tests/t_xa/t_xa.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_xa/t_xa.doc -------------------------------------------------------------------------------- /tests/t_xa/t_xa.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_xa/t_xa.ori -------------------------------------------------------------------------------- /tests/t_xcore/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_xgate/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z180io/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z380/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z8/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z8/t_z8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_z8/t_z8.asm -------------------------------------------------------------------------------- /tests/t_z8/t_z8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_z8/t_z8.doc -------------------------------------------------------------------------------- /tests/t_z8/t_z8.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/t_z8/t_z8.ori -------------------------------------------------------------------------------- /tests/t_z8000/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z8008e/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z8008o/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/t_z80syntax/asflags: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/warnlog.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/warnlog.DE -------------------------------------------------------------------------------- /tests/warnlog.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tests/warnlog.EN -------------------------------------------------------------------------------- /tipseudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tipseudo.c -------------------------------------------------------------------------------- /tipseudo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tipseudo.h -------------------------------------------------------------------------------- /tools.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tools.res -------------------------------------------------------------------------------- /tools2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/tools2.res -------------------------------------------------------------------------------- /toolutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/toolutils.c -------------------------------------------------------------------------------- /toolutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/toolutils.h -------------------------------------------------------------------------------- /trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/trees.c -------------------------------------------------------------------------------- /trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/trees.h -------------------------------------------------------------------------------- /vaxfloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/vaxfloat.c -------------------------------------------------------------------------------- /vaxfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/vaxfloat.h -------------------------------------------------------------------------------- /version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/version.c -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flamewing/asl-releases/HEAD/version.h --------------------------------------------------------------------------------