mirror of
https://github.com/wfjm/w11.git
synced 2026-01-13 15:37:43 +00:00
- RlinkCommand,RlinkCommandList: add move version of methods - use constructor delegation - use nullptr - drop empty destructors for pod-only classes - RlinkCommand: rename IsBlockExt -> HasBlockExt - RlinkConnect: add BadPort(); used on all hard port checks - remove contraproductive moves (-Wpessimizing-move) - add casts (-Wfloat-conversion, -Wdouble-promotion) - virtual dtor now outlined to streamline vtable - make Dump non virtual in some cases (-Wnon-virtual-dtor) - rename variables in shadow situations (-Wshadow)
This directory tree contains many tools and is organized in
| Directory | Content |
|---|---|
| asm-11 | environment for asm-11 assembler |
| bin | support scripts and tools |
| bin_xilinx_wrapper | wrappers for Xilinx environments |
| dox | configuration files for Doxygen |
| fx2 | firmware for Cypress FX2 USB interface |
| make | make includes |
| man | man pages |
| 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 |
| tcl | TCL sources for rlink backend |
| vivado | scripts for Xilinx Vivado |