Skip to content
Snippets Groups Projects
Commit ba9e3914 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

fix clock

parent e1f71177
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -53,8 +53,8 @@ main: pusha ...@@ -53,8 +53,8 @@ main: pusha
digit: mov ah, al digit: mov ah, al
and ah, 0b11110000 and ah, 0b11110000
shr al, 4 shr al, 4
add ah, "0" add ah, 0x20
add al, "0" add al, 0x2f
push ax push ax
mov al, ah mov al, ah
stosb stosb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment