Browse Source

Merge pull request #203 from lynchaj/patch-4

Create LEDs2.asm
pull/207/head
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
a663278f05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Source/Apps/LEDs2.asm

8
Source/Apps/LEDs2.asm

@ -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
Loading…
Cancel
Save