TODO: Added section todo item
authorLukas Krickl <lukas@krickl.dev>
Sat, 4 Jan 2025 05:11:50 +0000 (06:11 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sat, 4 Jan 2025 05:11:50 +0000 (06:11 +0100)
TODO.md

diff --git a/TODO.md b/TODO.md
index a76ea22d87cc83ae53f56ab77f077a54864e07c5..673a46b0b7ef8f0fbd22d60ee449f01e997c7f86 100644 (file)
--- 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