diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-07-25 00:47:01 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-07-25 00:47:01 +0200 |
| commit | 40d8eb449ed072b47bfbe953a191708f761c53a0 (patch) | |
| tree | 63ed15404eb3acd99a9ca0f77654b2c97efe54d9 /asm.h | |
| parent | 29894d56e144223629e558070cbc52080e21342e (diff) | |
| download | tis100-40d8eb449ed072b47bfbe953a191708f761c53a0.tar.gz tis100-40d8eb449ed072b47bfbe953a191708f761c53a0.zip | |
Reimplement value passing and improve curses ui
Diffstat (limited to 'asm.h')
| -rw-r--r-- | asm.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#pragma once + +#include "tpu.h" + +#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); |
