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

#include <stdint.h>

#include "opc.h"

inst_t compile(const char *line);

#endif