From 6bd88d420483eed1e959193c711f0d5cd1144c80 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Wed, 17 Jul 2024 07:01:33 +0200 Subject: Update TODO --- bxgen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bxgen.c') diff --git a/bxgen.c b/bxgen.c index 594216c..4ddbd81 100755 --- a/bxgen.c +++ b/bxgen.c @@ -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 #/ #/ ---------------------------------------------------------------- #/ -- cgit v1.2.3