diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-28 02:58:56 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-28 02:58:56 +0200 |
| commit | e422518afc868a1ad783c4208ea3a44f89f07687 (patch) | |
| tree | 6428db20ef7a646443138bbcd1cc85d202cf8c46 /arch | |
| parent | 95fd6ae836ab5fee7387f4df46b727165a05b723 (diff) | |
Renames dummy VM architecture
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/null/arch.c (renamed from arch/dummy/arch.c) | 0 | ||||
| -rw-r--r-- | arch/null/plots.cpp (renamed from arch/dummy/plots.cpp) | 0 | ||||
| -rw-r--r-- | arch/null/vars.py (renamed from arch/dummy/vars.py) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/dummy/arch.c b/arch/null/arch.c index 1fcfbc3..1fcfbc3 100644 --- a/arch/dummy/arch.c +++ b/arch/null/arch.c diff --git a/arch/dummy/plots.cpp b/arch/null/plots.cpp index 8cece2f..8cece2f 100644 --- a/arch/dummy/plots.cpp +++ b/arch/null/plots.cpp diff --git a/arch/dummy/vars.py b/arch/null/vars.py index fce888a..edc5b66 100644 --- a/arch/dummy/vars.py +++ b/arch/null/vars.py @@ -1,4 +1,4 @@ -inst_set = [(["dummy", f"{i:02x}"], symbol) for i, symbol in enumerate( +inst_set = [(["null", f"{i:02x}"], symbol) for i, symbol in enumerate( "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙⡚⡛⡜⡝⡞⡟" "⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿" "⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟" |
