From 34599e2c63a203c47a656412d82ee1d91fcfee39 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 23 Jan 2021 11:16:38 -0800 Subject: 7550 --- baremetal/rpn.mu | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'baremetal/rpn.mu') 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 { -- cgit 1.4.1-2-gfad0