This commit is contained in:
MrBesen 2019-01-14 10:19:00 +01:00
commit 0a8387eceb
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
tmp/
.project
build
out/

View File

@ -104,7 +104,6 @@ loop:
call print_string
int 19h ;welches man nimmt ist egal
;jmp 0xffff:0x0000
.halt_d:
mov si, msg_strgdhalt
@ -282,6 +281,7 @@ get_string:
dec di
mov byte [di], 0; delete character
mov byte [di], 0 ; delete character
dec cl ; decrement counter as well
mov ah, 0x0E