Add smarter array countof macro for gcc/clang
Add comment about gcc warning disable
Change bank storage to use I32 instead of Glyph
Fix unused cmd flag in clang build
Fix file size stat in build tool on Mac
Add timing stats option to build tool
Fix up compiler version string searching
Change Makefile to be thin wrapper around tool
Update Makefile to remove warning on Mac release
Clean up redundant argument decls in macros
Change to make ports lock by default in macros
Add working 'O' operator, and load/store bank macros
Add more oper setup for bank storage
Fix locking flag inversion, add J operator
Fix incorrect 'BECOME' definition
Remove unnecessary upper/lower oper names
Add start of explicit dual upper/lower operators
Change to use all 3 phases, expand with macro
Split out phase steps into separate procedures
Add start of locking/port helpers
Change sim to only use gbuffer, not field
Add more movement and oper macros
Add more helper macros for operators
Add some test helper macros to sim.c
Add basic test of star/bang and E movement
Add clear and deinit markmap (test)