meow.git
instruct.h
/* meow - 6502 assembler
* Copyright (C) 2024-2025 ArcNyxx
* see LICENCE file for licensing information */
#ifndef INSTRUCT_H
#define INSTRUCT_H
void instruct(char *first);
#endif /* INSTRUCT_H */
instruct.h
/* meow - 6502 assembler
* Copyright (C) 2024-2025 ArcNyxx
* see LICENCE file for licensing information */
#ifndef INSTRUCT_H
#define INSTRUCT_H
void instruct(char *first);
#endif /* INSTRUCT_H */