meow.git

direct.h

espurr
/* 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 */