From: Lukas Krickl Date: Sat, 4 Jan 2025 05:11:50 +0000 (+0100) Subject: TODO: Added section todo item X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=3fc1bb592217b1d6ef09183c72fb7ad7583a1291;p=ulas%2F.git TODO: Added section todo item --- diff --git a/TODO.md b/TODO.md index a76ea22..673a46b 100644 --- a/TODO.md +++ b/TODO.md @@ -3,4 +3,5 @@ - Add cycle count to each instruction and output it to the listing. - Add label size to listing and symbol files. Labels should have the size of `current_label` - `previous_label` unless .org was used. - Add `#if` preprocessor directive that can evaluate expressions -- Add `.error` and `.warning` directives +- Add `.error` and `.warning` directives +- Add `.section "name"` directive allowing custom sections for symbol files