aboutsummaryrefslogtreecommitdiff
path: root/projects/12/KeyboardTest/Keyboard.vm
diff options
context:
space:
mode:
Diffstat (limited to 'projects/12/KeyboardTest/Keyboard.vm')
-rw-r--r--projects/12/KeyboardTest/Keyboard.vm115
1 files changed, 0 insertions, 115 deletions
diff --git a/projects/12/KeyboardTest/Keyboard.vm b/projects/12/KeyboardTest/Keyboard.vm
deleted file mode 100644
index 5dc3426..0000000
--- a/projects/12/KeyboardTest/Keyboard.vm
+++ /dev/null
@@ -1,115 +0,0 @@
-function Keyboard.init 0
-push constant 0
-return
-function Keyboard.keyPressed 0
-push constant 24576
-call Memory.peek 1
-return
-function Keyboard.readChar 2
-push constant 0
-pop local 0
-label WHILE_EXP0
-push local 0
-push constant 0
-eq
-not
-if-goto WHILE_END0
-push constant 24576
-call Memory.peek 1
-pop local 0
-goto WHILE_EXP0
-label WHILE_END0
-push local 0
-pop local 1
-label WHILE_EXP1
-push local 1
-push local 0
-eq
-not
-if-goto WHILE_END1
-push constant 24576
-call Memory.peek 1
-pop local 1
-goto WHILE_EXP1
-label WHILE_END1
-push local 0
-push constant 31
-gt
-push local 0
-push constant 127
-lt
-and
-push local 0
-push constant 128
-eq
-or
-push local 0
-push constant 129
-eq
-or
-if-goto IF_TRUE0
-goto IF_FALSE0
-label IF_TRUE0
-push local 0
-call Output.printChar 1
-pop temp 0
-label IF_FALSE0
-push local 0
-return
-function Keyboard.readLine 2
-push constant 140
-call String.new 1
-pop local 1
-push argument 0
-call Output.printString 1
-pop temp 0
-call Keyboard.readChar 0
-pop local 0
-label WHILE_EXP0
-push local 0
-push constant 128
-eq
-not
-not
-if-goto WHILE_END0
-push local 0
-push constant 129
-eq
-if-goto IF_TRUE0
-goto IF_FALSE0
-label IF_TRUE0
-push local 1
-call String.length 1
-push constant 0
-gt
-if-goto IF_TRUE1
-goto IF_FALSE1
-label IF_TRUE1
-push local 1
-call String.eraseLastChar 1
-pop temp 0
-label IF_FALSE1
-goto IF_END0
-label IF_FALSE0
-push local 1
-push local 0
-call String.appendChar 2
-pop temp 0
-label IF_END0
-call Keyboard.readChar 0
-pop local 0
-goto WHILE_EXP0
-label WHILE_END0
-push local 1
-return
-function Keyboard.readInt 1
-push argument 0
-call Output.printString 1
-pop temp 0
-push constant 0
-call String.new 1
-call Keyboard.readLine 1
-pop local 0
-push local 0
-call String.intValue 1
-return