Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
DEntis-T committed Aug 20, 2024
1 parent 5f333d5 commit 32c57ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion changelog/0.1.1-R3-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ _:data

* The `load` instruction used for the heap allocation now also supports the character data type.

* If you try to change the section inside the procedure code block, you will get an invalid syntax exception.
* If you try to change the section inside the procedure code block, you will get an invalid syntax exception:

```asm
proc.0, procedure
_:config ; shouldn't be here
end
```

## Fixed issues

Expand Down

0 comments on commit 32c57ec

Please sign in to comment.