add the "lds" instruction

This commit is contained in:
2020-10-15 00:53:59 +02:00
parent 01ab4e7e1f
commit 5b163e969f
5 changed files with 74 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
(
(lds @cout "ahoj jak se mas\n")
(lds @cout (65 66 67 68 69 70 10))
)