Initial commit of files related to NED architecture.
[ned1] / nedasm / nedasm_parser_extensions.h
/*
* © 2018 Aaron Taylor <ataylor at subgeniuskitty dot com>
* See LICENSE.txt file for copyright and license details.
*/
#include "nedasm_structures.h"
#ifndef NEDASM_PARSER_EXTENSIONS_H
#define NEDASM_PARSER_EXTENSIONS_H
struct instruction *
parse_pseudo_mnemonic(char * mnemonic, size_t mnemonic_index, char * data, size_t data_index,
char * label, size_t label_index, struct instruction * new_instruction);
#endif