diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-17 07:01:33 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-17 07:01:33 +0200 |
commit | 6bd88d420483eed1e959193c711f0d5cd1144c80 (patch) | |
tree | 3ff38477a83c8d2c74e0df0c42a2d9abbbd5a2e8 /bxgen.c | |
parent | 72a1baeff7a9884a643a020a8dbfcd0bdabb8576 (diff) | |
download | bxgen-6bd88d420483eed1e959193c711f0d5cd1144c80.zip |
Update TODO
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 #/ #/ ---------------------------------------------------------------- #/ |