projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be4f70
)
Added TODO for labels
author
Lukas Krickl
<lukas@krickl.dev>
Sun, 15 Dec 2024 18:14:31 +0000
(19:14 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sun, 15 Dec 2024 18:14:31 +0000
(19:14 +0100)
TODO.md
patch
|
blob
|
history
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.