v7.git
2022-08-12 Nick DowningReinstate jsr pc,*#label (not sure why this is done) master
2022-08-12 Nick DowningMake cc assemble with listing (temporary), truncate...
2022-08-12 Nick DowningAdd some analysis of the V7 linker to see link order...
2022-08-12 Nick DowningFix last few undefined symbols in generated executable
2022-08-12 Nick DowningHacky way to create an executable via aslink's bank...
2022-08-12 Nick DowningAdd /usr/src/cmd/a.sh to test build and link dump.c...
2022-08-12 Nick DowningAdd .area text at start of every assembler source,...
2022-08-11 Nick DowningCan now link (linker output is in Disk BASIC format...
2022-08-11 Nick DowningUpdate /bin/aspdp11 so that it does not need the /usr...
2022-08-11 Nick DowningIn asxlat, translate ! to ~ (not operator; used with...
2022-08-11 Nick DowningFix /usr/src/libc/gen/ldfps.s (no need to define the...
2022-08-11 Nick DowningImplement fr0-5 (requires changes to table and new...
2022-08-11 Nick DowningFurther C compiler syntax changes, use .dw/.ds, replace...
2022-08-11 Nick DowningManually apply "asxlat -u" to certain assembly files...
2022-08-11 Nick DowningManually replace .comm directives in assembly code
2022-08-11 Nick DowningManual fixups in assembly code
2022-08-11 Nick DowningAuto-translate all libc assembly sources
2022-08-11 Nick DowningFix c2 to allow .dw before switch label
2022-08-11 Nick DowningRe-add compiler changes and extra tracing
2022-08-11 Nick DowningBack out compiler changes but re-add tracing
2022-08-11 Nick DowningFix switch generation, add tracing in getree()
2022-08-10 Nick DowningMuch improved asxxxx code generation
2022-08-09 Nick DowningImplement /bin/as wrapper around /bin/aspdp11
2022-08-08 Nick DowningFix some bugs in C compiler asxxxx code generation...
2022-08-07 Nick DowningStarting to convert C compiler to asxxxx
2022-08-06 Nick DowningImprove experimental build scripts, add one in /usr...
2019-06-06 Nick DowningExperimental build scripts using apout and binfmt_misc
2019-06-06 Nick DowningPristine unpack of ftp://sunsite.icm.edu.pl/pub/unix...