Here you can play around with a bit of assembly to get the idea of the basic operations that computers can perform.
- Task 1: Try to write a program that will add two numbers together.
- Task 2: Try to write a program that will divide one number by the another and store the quotient and the remainder.