diff options
Diffstat (limited to 'bxgen.c')
-rwxr-xr-x | bxgen.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,9 +30,7 @@ #/ - x86_64 object file #/ - Linking libraries #/ - String table for names and arrays -#/ - Proper error handling #/ - Proper prefixes for identifiers -#/ - Correct serialization for endianness #/ - Effective entity allocation #/ - Implicit procedure prototypes #/ - Implicit exit after ret from entry point @@ -46,7 +44,7 @@ #/ - i386, RISC-V, ARM, WebAssembly #/ - Soft floating-point arithmeric #/ - Built-in standard library -#/ - Built-in battaries: +#/ - Built-in batteries: #/ - File I/O #/ - Input devices #/ - Networking @@ -61,6 +59,8 @@ #/ #/ - ELF header #/ - IO static dispatch +#/ - Correct serialization for endianness +#/ - Proper error handling #/ #/ ---------------------------------------------------------------- #/ |