summary refs log tree commit diff stats
path: root/input.asm
diff options
context:
space:
mode:
Diffstat (limited to 'input.asm')
-rw-r--r--input.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.asm b/input.asm
index b80b509..278b640 100644
--- a/input.asm
+++ b/input.asm
@@ -42,6 +42,6 @@ read_input:
     mov rax, 0           
     mov rdi, 0           
     mov rsi, input_buffer
-    mov rdx, 1          
+    mov rdx, 250          
     syscall
     ret