Tweaked 4-byte alignment function

Fixed #140

Thanks @8051enthusiast
This commit is contained in:
2024-10-14 02:07:24 +11:00
parent a51c5591ee
commit 694e262ee2
3 changed files with 18 additions and 14 deletions

View File

@@ -29,6 +29,9 @@ print 6 * 7;
//strings can be concatenated with the .. operator
print "Hello" .. "world!";
//declare a variable
var foobar = 42;
//more examples to be added as the features are implemented
```
@@ -53,6 +56,7 @@ This source code is covered by the zlib license (see [LICENSE.md](LICENSE.md)).
For a guide on how you can contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
@8051Enthusiast - `fixAlignment()` trick
@hiperiondev - v1 Disassembler, v1 porting support and feedback
@add00 - v1 Library support
@gruelingpine185 - Unofficial v1 MacOS support