From c454c925047c91b658d91c337a8e2ecba92a7610 Mon Sep 17 00:00:00 2001 From: ronknight Date: Fri, 19 Jul 2024 08:57:42 -0700 Subject: [PATCH] Update GUIDE.txt --- Assembler/GUIDE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assembler/GUIDE.txt b/Assembler/GUIDE.txt index ccb59b84cf7..8b0a3836ef5 100644 --- a/Assembler/GUIDE.txt +++ b/Assembler/GUIDE.txt @@ -67,7 +67,7 @@ int 0x80 ``` -**Important: The arithmetic commands (add, sub) works only with registers or constans. +**Important: The arithmetic commands (add, sub) works only with registers or constants. Therefore we must use the register ebx as a placeholder, above.**