Merge pull request #87 from Frosty-J/basicsafe

`%zeropage basicsafe` in Hello World
This commit is contained in:
Irmen de Jong 2022-10-29 12:31:28 +02:00 committed by GitHub
commit 55b4469767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Code example
Here is a hello world program::
%import textio
%zeropage basicsafe
main {
sub start() {