From c9eeca659e19cf8eedce2e7c5a41738153d42de4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 Oct 2021 23:43:21 -0700 Subject: [PATCH] . --- mu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu.md b/mu.md index 1eeb9842..f940a6bd 100644 --- a/mu.md +++ b/mu.md @@ -249,7 +249,7 @@ However, there's no way to jump to a block that doesn't contain the `loop` or ### Integer arithmetic -These instructions require variables of non-`addr`, non-float types. +These instructions require variables of non-`addr`, non-`float` types. Add: ``` @@ -346,7 +346,7 @@ fourth decimal place](linux/x86_approx.md). If you need more precision, use ### Bitwise boolean operations -These require variables of non-`addr`, non-float types. +These require variables of non-`addr`, non-`float` types. And: ``` @@ -383,7 +383,7 @@ Xor: ### Shifts -Shifts require variables of non-`addr`, non-float types. +Shifts require variables of non-`addr`, non-`float` types. ``` var/reg <- shift-left n