We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e72aa commit 63f87e4Copy full SHA for 63f87e4
8 files changed
tests/functional/arch/zx48k/print_at2.asm
tests/functional/arch/zx48k/print_at2.bas
@@ -0,0 +1,3 @@
1
+DIM row, col as UByte
2
+PRINT AT row + 2, col + 1;
3
+
0 commit comments