4). Design the program so that when switch is closed, the corresponding LED turns on. Modify the hardware by replacing Port J by H and Port K by Port B. +5V IK R MCU +5V 7407 H 阝 SWO 1 PJO рко H B SWI 3 PK1 .1 i H B 13 5W5 PJ5 PK5 еди DDRB equ $03 PORTH eq $260 PORT B equ $01 DPRH equ $262 ORG $1500 MOUB #$FF, DDRB MOUB #$00, DPRH REPEAT LDAA PORTH STAA PORT B BRA Repeat Can also do: 2 4 LEDO 12 LEDS ORG $1500 LDAA #$00 STAA DDRY LDAA#$FF STAH PDRB
4). Design the program so that when switch is closed, the corresponding LED turns on. Modify the hardware by replacing Port J by H and Port K by Port B. +5V IK R MCU +5V 7407 H 阝 SWO 1 PJO рко H B SWI 3 PK1 .1 i H B 13 5W5 PJ5 PK5 еди DDRB equ $03 PORTH eq $260 PORT B equ $01 DPRH equ $262 ORG $1500 MOUB #$FF, DDRB MOUB #$00, DPRH REPEAT LDAA PORTH STAA PORT B BRA Repeat Can also do: 2 4 LEDO 12 LEDS ORG $1500 LDAA #$00 STAA DDRY LDAA#$FF STAH PDRB
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Alert dont submit
m68k assembly. Correct answer is written. Please explain it for me. Thank you

Transcribed Image Text:4). Design the program so that when switch is closed, the
corresponding LED turns on.
Modify the hardware by replacing Port J by H and Port K by
Port B.
+5V
IK R
MCU
+5V
7407
H
阝
SWO
1
PJO
рко
H
B
SWI
3
PK1
.1
i
H
B
13
5W5
PJ5
PK5
еди
DDRB equ $03
PORTH eq $260
PORT B equ $01
DPRH equ $262
ORG $1500
MOUB #$FF, DDRB
MOUB #$00, DPRH
REPEAT LDAA PORTH
STAA PORT B
BRA Repeat
Can also do:
2
4
LEDO
12
LEDS
ORG $1500
LDAA #$00
STAA DDRY
LDAA#$FF
STAH PDRB
AI-Generated Solution
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education