summaryrefslogtreecommitdiffstats
path: root/src/emu/asm.h
blob: 9a4fd3790b4d7b17cdf4d08ec623817e7ac9d700 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _ASM_H
#define _ASM_H

#include <stdint.h>

uint32_t compile(const char *line);

#endif