aboutsummaryrefslogtreecommitdiff
path: root/arch/null/vars.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
commite422518afc868a1ad783c4208ea3a44f89f07687 (patch)
tree6428db20ef7a646443138bbcd1cc85d202cf8c46 /arch/null/vars.py
parent95fd6ae836ab5fee7387f4df46b727165a05b723 (diff)
Renames dummy VM architecture
Diffstat (limited to 'arch/null/vars.py')
-rw-r--r--arch/null/vars.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/null/vars.py b/arch/null/vars.py
new file mode 100644
index 0000000..edc5b66
--- /dev/null
+++ b/arch/null/vars.py
@@ -0,0 +1,19 @@
+inst_set = [(["null", f"{i:02x}"], symbol) for i, symbol in enumerate(
+ "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙⡚⡛⡜⡝⡞⡟"
+ "⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿"
+ "⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟"
+ "⢠⢡⢢⢣⢤⢥⢦⢧⣠⣡⣢⣣⣤⣥⣦⣧⢨⢩⢪⢫⢬⢭⢮⢯⣨⣩⣪⣫⣬⣭⣮⣯⢰⢱⢲⢳⢴⢵⢶⢷⣰⣱⣲⣳⣴⣵⣶⣷⢸⢹⢺⢻⢼⢽⢾⢿⣸⣹⣺⣻⣼⣽⣾⣿"
+)]
+
+core_data_fields = []
+core_fields = []
+muta_flip = False
+mvec_loop = True
+proc_fields = [
+ ("uint64_t", "ip"),
+ ("uint64_t", "sp"),
+ ("uint64_t", "mb0a"),
+ ("uint64_t", "mb0s"),
+ ("uint64_t", "mb1a"),
+ ("uint64_t", "mb1s"),
+]