This commit is contained in:
Erin 2023-06-12 00:39:53 +02:00 committed by ondra05
parent e4f84aadc0
commit 8afb251950

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.