Skip to content

phantringuyen/NASM_on_WINDOWS

Repository files navigation

Computer System

NASM On WINDOWS

In this project, we will understand with Assembly© programming language on x86 architecture, how to write, translate, run and debug a few simple program

  1. Input a string, then output it back to the main screen
  2. Input a string, then output it back to the main screen
  3. Input a character, then output a preceding and following character (from the Alphabet)
  4. Input a CAPITAL letter, then output an ordinary letter
  5. Input from the keyboard two integers, calculate sum, minus, multiply and divide of these two integers
  6. Input a character from the keyboard. If the character entered is belongs to [0-9], [a-z], [A-Z], then output it back to the main screen and the category of that character (number, ordinary letter or CAPITAL letter)
  7. Input an array of n-element integers, then output the array to the screen
  8. Input an integer n, then calculate sum from 1 to n
  9. Input a string, then output the reverse string.

Screen Result

- Exercise 1:

image

- Exercise 2:

image

- Exercise 3:

Picture1

- Exercise 4:

image

- Exercise 5:

image

- Exercise 6:

a/ Ordinary letter

image

b/ CAPITAL letter

image

c/ A random character

image

- Exercise 7:

image

- Exercise 8:

image

- Exercise 9:

image

About

A Computer System Project 1st

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published