diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-25 01:46:55 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-25 01:46:55 +0100 |
| commit | 5ff5bb25cc864e7fa06aa8fed0c4ec92e99f103a (patch) | |
| tree | 646a3a56d5e9d831e81d64c48a2e39e594cf0685 /asm.h | |
| parent | 70d48f0db2ff618436df7c8c52ead5a0701fd7ab (diff) | |
| download | tis100-5ff5bb25cc864e7fa06aa8fed0c4ec92e99f103a.tar.gz tis100-5ff5bb25cc864e7fa06aa8fed0c4ec92e99f103a.zip | |
Make mode/state behaviour compatible with game
Diffstat (limited to 'asm.h')
| -rw-r--r-- | asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ #include <stdio.h> size_t asm_print_inst(char *buf, size_t n, struct tpu_inst *inst); -void tis_load(struct tis *tis, const char *filepath); -void tis_load_io(struct tis *tis, const char **argv); +void tis_load_asm(struct tis *tis, const char *filepath); +void tis_load(struct tis *tis, const char **argv); |
