From d84e0397f79f4f8ed42b7bafac5d08df9e59ce97 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:01:56 -0400 Subject: [PATCH] Update SplitBit Programming Manual.md --- SplitBit Programming Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SplitBit Programming Manual.md b/SplitBit Programming Manual.md index e8958ba..f3018f3 100644 --- a/SplitBit Programming Manual.md +++ b/SplitBit Programming Manual.md @@ -89,8 +89,8 @@ E3 | IND | Writes the value of an Input to Data Memory at the location reference ### Special Operations: 2 Instructions Hex Code | Mnemonic | Description -- | -- | -- -F0 | HALT | Stops CPU Execution. -FF | NOP | Perform no Operation, increment the Program Counter. +F0 | NOP | Perform no Operation, increment the Program Counter. +FF | HALT | Stops CPU Execution. ## Input and Output In the Emulator: