Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project - COA Course 1-Write, compile and run an assembly program, using 8086 Emulator only, that (upon the choice of user) can: a) Read three
Project - COA Course 1-Write, compile and run an assembly program, using 8086 Emulator only, that (upon the choice of user) can: a) Read three inputted strings by user (maximum number of characters is 15 for each), then compare between these inputted strings if equal or not, and count and print the number of characters in each string. b) Read a positive binary number (8 bits) (represented as x) and find and print y = x3 - 5x + 12 in decimal form. c) Read an integer number (between 5 to 80 inclusive) and output if this number is prime or not, this number is odd or not, this number is even or not, or this number is any of above (states which). d) Read an inputted string by user (maximum number of characters is 35), then find and print the number of occurrences of a character that the user chooses from the inputted string entered earlier by the user
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started