Search for question
Question

Assembly language homework Create a program using Arduino and an expansion module that connects the states of inputs (switches S1, S2, S3) and outputs (LEDs L1,L2,L3) using the following truth table (0 - low level, 1 high level). The program must be written in assembly language (except for the section of code that executes it). S1 S2 S3 L1 L2 L3 000000 0 0 1 100 0 10 0 10 0 1 1 0 1 0 1 0 0 1 10 10 1 0 0 1 110 0 0 0 1 1 1 001 2222 The report must contain (600mEAP "Assembler-Homework") 1. The source description of the task (with source data). 2. Program code (license). A working program must be shown during the defense! 14th lecture Digital technology - AVR and assembler April 29, 2019.. Arduino - LED flasher program in assembler

Fig: 1