Normal ELF64 headers without hacks...

This commit is contained in:
xolatile
2024-07-16 19:42:26 -04:00
parent 5ac9e9a3f9
commit 18a35c1c6d
7 changed files with 138 additions and 38 deletions

View File

@ -71,7 +71,8 @@ typedef enum {
extern next text_sector_size;
extern byte * text_sector_byte;
extern int was_instruction_array_empty;
extern int was_instruction_array_empty;
extern unsigned int text_entry_point;
extern void assemble (next count, next * array);