https://github.com/tkd-alex/assembly-exercise-2012
A collection of assembly exercise developed in 2012 at the high school
https://github.com/tkd-alex/assembly-exercise-2012
array assembly calculator example exercise lesson sample school
Last synced: 10 months ago
JSON representation
A collection of assembly exercise developed in 2012 at the high school
- Host: GitHub
- URL: https://github.com/tkd-alex/assembly-exercise-2012
- Owner: Tkd-Alex
- Created: 2017-04-22T16:37:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T17:03:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T19:41:52.404Z (12 months ago)
- Topics: array, assembly, calculator, example, exercise, lesson, sample, school
- Language: Assembly
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly-Exercise-2012
### What this is folder? Really? I don't know.
I found this folder with a collection of assembly exercise developed in 2012 at the high school, i don't know what they are all the less working.
### Let's try to find out!
- ***A + B*** = Simple addition operation A + B.
- ***A - 5*** = Simple subtraction operation A - 5.
- ***A - B*** = Simple subtraction operation A - B.
- ***A * B*** = Simple moltiplication operation A * B.
- ***Array Contrario*** = I think this code reverse an array.
- ***Array Maggiori 5 Minori*** = I think this code print the numer greater and lower of five in array.
- ***Array*** = Simple array.
- ***Calcolatrice*** = Complete calculator.
- ***Consonanti e Vocali*** = Count consonants e vowels in a string.
- ***Contrario*** = I think this code reverse a string, such as _Array Contrario_.
- ***Lezioni ed esempi*** = Another little collection of example assemlby code.
- ***Procedura*** = First function write in assembly!.
- ***Quale Maggiore Quale Minore*** = I think this code print find the greater and lower number between two number.