1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2025-01-10 18:29:53 +00:00

Well, once again...

This commit is contained in:
Radosław Kujawa 2017-02-12 21:51:20 +01:00
parent 1995569ec1
commit 0fc79103f8

View File

@ -67,6 +67,6 @@ bool assemble_single_buf(uint8_t **, uint8_t *, const char *, addressing_t, uint
assembler_t assemble_init(bus_t *, uint16_t); assembler_t assemble_init(bus_t *, uint16_t);
bool assemble_single(assembler_t *, const char *, addressing_t, uint8_t, uint8_t); bool assemble_single(assembler_t *, const char *, addressing_t, uint8_t, uint8_t);
bool assemble_single_buf_implied(uint8_t **, uint8_t *, const char *); bool assemble_single_implied(uint8_t **, uint8_t *, const char *);
#endif /* _INSTRUCTION_H_ */ #endif /* _INSTRUCTION_H_ */