diff options
| -rw-r--r-- | amd64.e | 2 | ||||
| -rw-r--r-- | output.e | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/amd64.e b/amd64.e index f755112..3d79f53 100644 --- a/amd64.e +++ b/amd64.e @@ -141,8 +141,6 @@ s" :cc-greater" keyword ~ that scale factor. In the cases where we mean the encoded form, we'll say ~ "encoded value" or "value". ~ -~ TODO surely we can find a way to have real flow-control words - ~ (register -- 3-bit encoded value for register) : reg64 dup :rax = { drop 0 exit } if diff --git a/output.e b/output.e index 9ab3aa1..b7c4dc7 100644 --- a/output.e +++ b/output.e @@ -9,8 +9,6 @@ ~ ~ Unlike Jonesforth, we do not have a global "base" variable, and this word ~ does not change its behavior depending on that value. It's always base ten. -~ -~ TODO surely we can find some way to get high-level flow-control ~ Strings are comparatively easy. |