Skip to content

Commit

Permalink
Random improved
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Jan 25, 2018
1 parent 6c21ac0 commit c10b7d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addtris.asm
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,10 @@ get_char_at:
; store it off in al
get_random:
push dx
mov dx, 40h
in al, dx
mov dx,40h
in al,dx
mov dx,[timer]
xor al,dl
pop dx
ret
Expand Down

0 comments on commit c10b7d6

Please sign in to comment.