From 3fc1bb592217b1d6ef09183c72fb7ad7583a1291 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 4 Jan 2025 06:11:50 +0100 Subject: [PATCH] TODO: Added section todo item --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2