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