Remove some unused code
authorJonas Hvid <mail@johv.dk>
Sat, 30 Nov 2019 15:48:44 +0000 (16:48 +0100)
committerJonas Hvid <mail@johv.dk>
Sat, 30 Nov 2019 15:48:44 +0000 (16:48 +0100)
main.asm

index 28cd430df50123520fb322304c3c765e84d788d6..3187d043f0c730006a7ebf97ccf1c4587844272b 100644 (file)
--- a/main.asm
+++ b/main.asm
@@ -402,19 +402,6 @@ segment readable writable
 
 latest_entry dq initial_latest_entry
 
-SPACE_string db 'SPACE'
-.length = $ - SPACE_string
-HELLO_string db 'HELLO'
-.length = $ - HELLO_string
-DOTU_string db '.U'
-.length = $ - DOTU_string
-HELLA_string db 'HELLA'
-.length = $ - HELLA_string
-
-
-you_typed_string db 'You typed: '
-.length = $ - you_typed_string
-
 FIND.search_length dq ?
 FIND.search_buffer dq ?
 FIND.rsi dq ?