Added ability to define multiple functions (without parameters) and
[zilutils.git] / zilasm / hello.zap
1 ; SPDX-License-Identifier: AGPL-3.0-or-later
2         .FUNCT GO
3         PRINTI "Hello world" ;A comment
4         QUIT
5         .END