ILFA6502 v2.1.7-refresh5 quick commands

Windows build kit root folder:
  dist\ilfa6502.exe --version
  dist\ilfa6502.exe doctor
  dist\ilfa6502.exe menu
  dist\ilfa6502.exe help quickstart
  dist\ilfa6502.exe list templates --long
  dist\ilfa6502.exe list samples --long
  dist\ilfa6502.exe list sdk --long --deps
  dist\ilfa6502.exe template-info reversi_famicom

Create, build, verify Reversi:
  dist\ilfa6502.exe new testReversi --target nes-nrom --template reversi_famicom
  dist\ilfa6502.exe build testReversi --listing --map --symbols --warnings
  dist\ilfa6502.exe verify-rom testReversi\build\testReversi.nes

Create, build, verify Hello:
  dist\ilfa6502.exe new hello1 --target nes-nrom --template hello
  dist\ilfa6502.exe build hello1 --listing --map --symbols --warnings
  dist\ilfa6502.exe verify-rom hello1\build\hello1.nes

Find ROM files:
  dir /s /b *.nes

Linux:
  ./ilfa6502 --version
  ./ilfa6502 doctor
  ./ilfa6502 menu
  ./ilfa6502 new testReversi --target nes-nrom --template reversi_famicom
  ./ilfa6502 build testReversi --listing --map --symbols --warnings
  ./ilfa6502 verify-rom testReversi/build/testReversi.nes
