Exercises
Try the following exercises. Instructions are in the repls.
-
Fork https://replit.com/@andyguest/assemblyOutputText and write a program that stores and prints out the string “Assembly Code”
-
Fork https://replit.com/@andyguest/assemblyInputOutput and write a program that asks for a number and prints it out
-
Fork https://replit.com/@andyguest/assemblyADDMUL and write a program that inputs two numbers and prints out their sum and their product
-
Fork https://replit.com/@andyguest/assemblyOddEven and write a program to loop through the numbers 20 to 0 and print out ‘odd’ or ‘even’ for each index of the loop.
- Previous
- Next