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