From 32d83e93d2db7616d291f2b7ae23106de2f4b7f3 Mon Sep 17 00:00:00 2001 From: JanNeuendorf <75676159+JanNeuendorf@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:42:50 +0100 Subject: [PATCH] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a507931..afd0ab3 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ The instructions have the form `opcode arg1 arg2 arg3`. In the following table, all instructions are listed. `@arg1` refers to the value at the memory address `arg1`. > [!NOTE] -> You can have data blobs in the binary that does not correspond with the opcodes. +> You can have data blobs in the binary that do not correspond with the opcodes. > This is fine **until and unless** you explicitly try to run this blob of data as code.