Forgot to add the changes to colored_led.asm from the previous commit
This commit is contained in:
parent
a88c420ca5
commit
863af26422
@ -12,6 +12,18 @@ JNZ DELAY11
|
||||
|
||||
MOV AL,#0x01
|
||||
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
|
||||
DELAY21:
|
||||
|
Loading…
Reference in New Issue
Block a user