diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-07-26 22:15:15 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-07-26 22:15:15 +0200 |
| commit | 33995e119a16fbf13c51cf3a72a6cc52d70a75a8 (patch) | |
| tree | 872cb861564b452468954639851635410d714697 /asm.h | |
| parent | 0f06ef7127b669207fd8f09b88ecb660b38eb971 (diff) | |
| download | tis100-33995e119a16fbf13c51cf3a72a6cc52d70a75a8.tar.gz tis100-33995e119a16fbf13c51cf3a72a6cc52d70a75a8.zip | |
Add support for multiple input and output ports
Diffstat (limited to 'asm.h')
| -rw-r--r-- | asm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ #include <stdio.h> -bool asm_is_lit(const char *str); -int asm_str_to_lit(const char *str); 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); |
