Added TODO for labels
authorLukas Krickl <lukas@krickl.dev>
Sun, 15 Dec 2024 18:14:31 +0000 (19:14 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 15 Dec 2024 18:14:31 +0000 (19:14 +0100)
TODO.md

diff --git a/TODO.md b/TODO.md
index 22551e9e045641b2a7fdd6d8699accb3a4de6f84..d691acd08725230bfc30d78a9325a7452bed9b40 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,4 @@
 # TODO
 
-Add cycle count to each instruction and output it to the listing.
+- 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.