diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -34,8 +34,8 @@ * IN-PROGRESS Addresses [11/14] -** TODO Probably rethink (and rewrite) addressing -** TODO Test "," extensively +** TODO Probably rethink (and/or rewrite) addressing -- see below +** TODO Reimplement "," (assign addr2=addr1 in there!!!!) ** DONE Reimplement offsets [3/3] *** DONE "," does not work as expected in "1,+10n" *** DONE addresses like "+1,+2" do not work properly @@ -51,6 +51,7 @@ ** DONE $ ** DONE . ** DONE ; -** IN-PROGRESS Offsets (+-) [0/2] +** IN-PROGRESS Offsets (+-) [0/3] +*** TODO Test offsets like 1++++n *** TODO Test offsets like 1+10+10 *** TODO test offsets like 10+-++--10 |