diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-07-26 19:38:36 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-07-26 19:38:36 +0200 |
| commit | 0f06ef7127b669207fd8f09b88ecb660b38eb971 (patch) | |
| tree | d01a688f33f446b3da809f9a154a8748cb5e6506 /asm.h | |
| parent | 29465804bb9f3bc0eb0f538ec450e9177c0c4767 (diff) | |
| download | tis100-0f06ef7127b669207fd8f09b88ecb660b38eb971.tar.gz tis100-0f06ef7127b669207fd8f09b88ecb660b38eb971.zip | |
Fix more issues caused by negative literals
Diffstat (limited to 'asm.h')
| -rw-r--r-- | asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,5 +4,7 @@ #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); |
