random fixes

This commit is contained in:
Nero 2020-03-02 12:10:21 +00:00
parent 7cfd87b6b4
commit 598a2c0fdf
3 changed files with 5 additions and 11 deletions

View file

@ -28,6 +28,5 @@ print8:
jl .out
add al, 0x07
.out:
mov ah, 0x0e
int 0x10
call putc
ret