From: Ralph Ronnquist Date: Wed, 26 May 2021 03:56:37 +0000 (+1000) Subject: rename assembly link for >R X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=fe4d0a01d5703d1ed6fa230679add024b5b2ca5c;p=rrq%2Frrqforth.git rename assembly link for >R --- diff --git a/stack.asm b/stack.asm index d26bf7b..d867276 100644 --- a/stack.asm +++ b/stack.asm @@ -132,7 +132,7 @@ p_roll_eq: ;;; ======================================== ;;; Return stack operations - WORD p_ltR, '>R',fasm + WORD p_gtR, '>R',fasm ;; ( x -- ) ( R: -- x ) ;; Move x to the return stack. pop rax