- Form 7 Project Coa Course 1 Write Compile And Run An Assembly Program Using 8086 Emulator Only That Upon The Choi 1 (91.02 KiB) Viewed 34 times
Form 7 Project - COA Course 1- Write, compile and run an assembly program, using 8086 Emulator only, that (upon the choi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Form 7 Project - COA Course 1- Write, compile and run an assembly program, using 8086 Emulator only, that (upon the choi
Form 7 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 = x³ - 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.