From: Lukas Krickl Date: Sun, 15 Dec 2024 18:14:31 +0000 (+0100) Subject: Added TODO for labels X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=29a4f3b8ea4e2a89705512d1033ca6d43cd08078;p=ulas%2F.git Added TODO for labels --- diff --git a/TODO.md b/TODO.md index 22551e9..d691acd 100644 --- 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.