- Demonstrate Sap 2 Assembly Language Programing For The Following Objective Take A Input Byte From Port 2 If The Msb Bi 1 (36.77 KiB) Viewed 178 times
Demonstrate SAP-2 Assembly language programing for the following objective: Take a input byte from port-2. If the MSB bi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Demonstrate SAP-2 Assembly language programing for the following objective: Take a input byte from port-2. If the MSB bi
Demonstrate SAP-2 Assembly language programing for the following objective: Take a input byte from port-2. If the MSB bit of the input byte is 1, add the hexadecimal values 5H and 6H to it; otherwise, subtract 6H from 5H. The final result should be kept at memory address 5000H. [Note down comments after every assembly instruction]