diff options
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/rpn.mu | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/baremetal/rpn.mu b/baremetal/rpn.mu index 0944b42b..aea6b0fa 100644 --- a/baremetal/rpn.mu +++ b/baremetal/rpn.mu @@ -1,7 +1,8 @@ # Integer arithmetic using postfix notation # # Limitations: -# No division yet. +# '+' and '*' temporarily not available until the keyboard driver supports the shift key +# Division not implemented yet. # # To build: # $ ./translate_mu_baremetal baremetal/rpn.mu @@ -13,8 +14,6 @@ # > 5 3 - # 2 # -# '+' and '*' not supported yet because they require the shift key. -# # Error handling is non-existent. This is just a prototype. fn main -> _/ebx: int { |