PBXB64 Release Notes
=====================
Version:     0.50.0-V7
Built:       2026-06-15 09:42
Commit:      aee61f3
Test status: ALL TESTS PASS (1639/1639)

Contents
--------
  PBXB64.exe       - The compiler
  README.md        - Overview and validation status
  INSTALL.txt      - Installation and quick-start guide
  FEATURES.md      - Detailed feature matrix (if present)
  VALIDATION.md    - Validation status (if present)
  Includes\        - PB include files (.pbi) for DECLARE LIB
  c17_headers\     - C17 standard library headers
  examples\        - Sample programs for all 4 frontends

Usage
-----
  PBXB64 hello.pb -o hello.exe
  PBXB64 hello.b64 -o hello.exe
  PBXB64 -std=c17 hello.c -o hello.exe
  PBXB64 hello.asm -o hello.exe

Run a quick test:
  PBXB64 examples\basic\for_int_basic.pb -o t.exe
  t.exe
  echo %ERRORLEVEL%   (should print 6)

Digital signature
-----------------
PBXB64.exe MUST be digitally signed before distribution. Use the
companion Sign_File tool (see pb-codesign skill) to apply a valid
Authenticode signature. Unsigned builds are for local development only.
