Remove END

This commit is contained in:
Ciro Santilli
2015-10-05 16:55:48 +02:00
parent 5c2e547b52
commit 61f0ad8dda
40 changed files with 247 additions and 49 deletions

View File

@@ -13,6 +13,5 @@ Carriage returns are needed just like in old days.
BEGIN
PRINT($msg)
hlt
END
msg:
.asciz "hello\n\rworld"