wip/its-not-my-fault
ondra05 2023-06-12 00:39:53 +02:00
parent fb12313c18
commit 7f023c6197
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
1 changed files with 1 additions and 0 deletions

View File

@ -250,3 +250,4 @@ of `hbasm` syntax.
- Registers are represented by `r` followed by the number (`r10`)
- Labels are defined by label name followed with colon (`loop:`)
- Labels are references simply by their name (`print`)
- Immediates are entered plainly. Negative numbers supported.