summaryrefslogtreecommitdiffstats
path: root/asm.h
blob: 28b96c39ff97c8b2ce1e0e20283133273c7d9275 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "tpu.h"

#include <stdio.h>

size_t asm_print_inst(char *buf, size_t n, struct tpu_inst *inst, size_t max);
void tis_load_asm(struct tis *tis, const char *filepath);
void tis_load(struct tis *tis, const char **argv);