further digging and basic emulator
This commit is contained in:
8
h8536_emulator.py
Normal file
8
h8536_emulator.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Compatibility wrapper for the H8/536 emulation harness."""
|
||||
|
||||
from h8536.emulator import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user