Added error return value...

This commit is contained in:
xolatile
2024-07-27 11:10:17 -04:00
parent 65a74456f2
commit 86c4188320
3 changed files with 10 additions and 7 deletions

View File

@ -41,6 +41,6 @@ extern unsigned char * text_sector_byte;
extern int was_instruction_array_empty;
extern void assemble (unsigned int count, unsigned int * array);
extern int assemble (unsigned int count, unsigned int * array);
#endif