Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvolkgang/ipca-asm
Intel Assembly project made in college
https://github.com/vvolkgang/ipca-asm
Last synced: 1 day ago
JSON representation
Intel Assembly project made in college
- Host: GitHub
- URL: https://github.com/vvolkgang/ipca-asm
- Owner: vvolkgang
- License: mit
- Created: 2013-10-22T18:54:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T19:08:47.000Z (about 11 years ago)
- Last Synced: 2023-03-15T11:55:25.504Z (over 1 year ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IPCA-ASM
====__Subject:__ Hardware Architecture, 1nd yr
__Course:__ Digital Games Development Engineering @ IPCA
__Description:__ Simple problems solved in Intel assembly language. Second project of the abovementioned subject, enabling students to gain empirical experience with low-level programming.
exercises
--------
1. Count the occurrences of a given character in a given sentence
2. Print a string with random uppercase and lowercase characters
3. Implement a riddle game: Generate a random number between 1-100 and ask the user to guess it. Output if the user guess is right, above or below the generated number and the number of tries it took the user to guess the generated number.compilation
---------------
This code was made in Windows 7 x86, using Notepad++ and compiled with NASM.To compile in x64 OS, you'll need [DOSBox](http://www.dosbox.com/) and NASM.
authors
--------Álison Fernandes | [DementedVice.wordpress.com/about](http://dementedvice.wordpress.com/about/)