mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
Create LEDs2.asm
This commit is contained in:
8
Source/Apps/LEDs2.asm
Normal file
8
Source/Apps/LEDs2.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
; program to test user LEDs on Z80 MBC clock board
|
||||
; by Andrew Lynch, 6 Jul 2021
|
||||
|
||||
org $0100
|
||||
LD A,%00000011
|
||||
OUT ($70),A ; turn on USERLED0 and USERLED1
|
||||
RET
|
||||
end
|
||||
Reference in New Issue
Block a user