mirror of
https://github.com/wfjm/w11.git
synced 2026-03-05 11:14:50 +00:00
- tools/bin
- asm-11
- add .if, .if(f|t|tf), .endc, .rept, .endr, .mexit directives
- add .error, .print, .mcall, .mdelete directives
- add .narg, .nchr, .ntype directives
- rewrite macro definition and call argument parsing & handling
- add -L option (to set .mcall pathlist)
- add auto-generated ...top label
- add flag (MRmrd) column in output format
- asm-11_expect
- add simple substitution mechanism (for macro testing)
- handle new flag column in output format
- tools/asm-11
- tests(-err): many tests added
- tests(-err)/Makefile: distclean target added
- mlib: macro library, accessed by .mcall
This directory tree contains many tools and is organized in
| Directory | Content |
|---|---|
| asm-11 | environment for the asm-11 assembler |
| bin | support scripts and tools |
| bin_xilinx_wrapper | wrappers for Xilinx environments |
| dasm-11 | environment for the dasm-11 disassembler |
| dox | configuration files for Doxygen |
| exptest | configuration files for ostest and other expect based tests |
| fx2 | firmware for Cypress FX2 USB interface |
| gwstart | environment for the gwstart command |
| make | make includes |
| man | man pages |
| mcode | miscellaneous stand-alone codes for system tests |
| oskit | support files for OS disk/tape image kits |
| simh | configuration files for SimH pdp11 |
| src | C++ sources for rlink backend |
| sys | udev rules for USB device handling |
| tbench | w11 test bench |
| tcode | w11 test codes |
| tests | test programs |
| tcl | TCL sources for rlink backend |
| vivado | scripts for Xilinx Vivado |
| xxdp | startup and patch scripts for xxdp test execution |