From 99e2b2881193d154cbd81502b1d0893d63efd167 Mon Sep 17 00:00:00 2001 From: Darlan Alves Date: Sat, 30 Dec 2023 19:21:06 +0100 Subject: [PATCH] docs: update instruction details --- docs/4_System_instructions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/4_System_instructions.md b/docs/4_System_instructions.md index f9d003f..6d4e68e 100644 --- a/docs/4_System_instructions.md +++ b/docs/4_System_instructions.md @@ -154,9 +154,7 @@ This document provides detailed information on each system instruction supported - **Encoding**: `0x0f 0x00 0x01` - **Equivalent Pseudocode**: `def abc:` - **Description**: Defines the start of a function. -- **Example - -**: +- **Example**: ``` def abc: // Function body