Forgot to add the changes to colored_led.asm from the previous commit

This commit is contained in:
(Tim) Efthimis Kritikos 2023-11-09 23:08:12 +00:00
parent a88c420ca5
commit 863af26422

View File

@ -12,6 +12,18 @@ JNZ DELAY11
MOV AL,#0x01 MOV AL,#0x01
out byte #0xB0 out byte #0xB0
MOV AL,#0x48
out byte #0xA5
MOV AL,#0x65
out byte #0xA5
MOV AL,#0x6c
out byte #0xA5
MOV AL,#0x6c
out byte #0xA5
MOV AL,#0x6f
out byte #0xA5
MOV AL,#0x20
out byte #0xA5
MOV DL,#0xF0 MOV DL,#0xF0
DELAY21: DELAY21: