Many changes:

- added floating point
- improved assembler part, now uses short encodings when possible
- reduced generated relocation - and name table
This commit is contained in:
ceriel
1988-10-20 14:21:37 +00:00
parent b61011fba9
commit e0fc646222
12 changed files with 534 additions and 158 deletions

View File

@@ -2,7 +2,7 @@
extern File *out_file;
do_close()
close_back()
{
sys_close( out_file);
}