MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / bytecode_generator.py

File bytecode_generator.py

bytecode_generator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This script generates the bytecode classes and headers for all bytecode versions defined in `misc/bytecode_versions.json`.
2# This is to avoid the need to manually generate the bytecode classes and headers for each bytecode version.
3
4import os

Callers

nothing calls this directly

Calls 5

read_bytecode_jsonFunction · 0.85
generate_class_cppFunction · 0.85
generate_class_headerFunction · 0.85

Tested by

no test coverage detected