meow.git
tables.h
/* meow - 6502 assembler
* Copyright (C) 2024-2025 ArcNyxx
* see LICENCE file for licensing information */
#ifndef TABLES_H
#define TABLES_H
#include "meow.h"
mne_t mnemonic(char *str);
uint8_t opcode(mne_t mne, addr_t addr);
#endif /* TABLES_H */