1
0

Intial commit

This commit is contained in:
Aiden
2026-05-25 13:40:07 +10:00
commit 46ccaf3e39
19 changed files with 61856 additions and 0 deletions

9
h8536_decompiler.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 ROM decompiler CLI."""
from h8536.cli import main
if __name__ == "__main__":
raise SystemExit(main())