mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
Fix prototypes for assembler functions.
This commit is contained in:
parent
0bd7b85dea
commit
1995569ec1
@ -65,6 +65,8 @@ void program_counter_branch(rk65c02emu_t *, int8_t);
|
|||||||
bool assemble_single_buf_implied(uint8_t **, uint8_t *, const char *);
|
bool assemble_single_buf_implied(uint8_t **, uint8_t *, const char *);
|
||||||
bool assemble_single_buf(uint8_t **, uint8_t *, const char *, addressing_t, uint8_t, uint8_t);
|
bool assemble_single_buf(uint8_t **, uint8_t *, const char *, addressing_t, uint8_t, uint8_t);
|
||||||
|
|
||||||
assembler_t assemble_init(bus_t *b, uint16_t pc);
|
assembler_t assemble_init(bus_t *, uint16_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 *);
|
||||||
|
|
||||||
#endif /* _INSTRUCTION_H_ */
|
#endif /* _INSTRUCTION_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user