Skip to content

Commit

Permalink
Fix usage of BIOS_PRINT_STRING in lisp/tester.asm after the refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmv committed Sep 18, 2024
1 parent b9e29e0 commit 9cd99f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/tester.asm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ print_string:
pop cx
%endif

mov ax, BIOS_PRINT_STRING
mov ah, BIOS_PRINT_STRING
mov al, 1 ; no attr bytes, move cursor
int 0x10
ret

Expand Down

0 comments on commit 9cd99f8

Please sign in to comment.