Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
640-KB committed Mar 17, 2024
1 parent 11385ed commit 47aaa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GLABIOS.ASM
Original file line number Diff line number Diff line change
Expand Up @@ -11815,7 +11815,7 @@ INT_1A PROC
; DX = low order word of tick count
;----------------------------------------------------------------------------;
INT_1A_READ PROC
STD ; string direction forward
CLD ; string direction forward
LODSW ; AX = low word of timer
XCHG AX, DX
LODSW ; AX = high word of timer
Expand Down

0 comments on commit 47aaa91

Please sign in to comment.