Skip to content

Aynur19/Assembler-XP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Language Learning Project

Read in Russian

Example of Instruction Building and Running

Build

$ make source=hello path=./instructions

Execute:

$ ./hello/hello.asm-exe

Result:

Hello, World!

Results of the instructions

  1. hello.asm
Hello, World!
  1. regs.asm
Displaying 9 stars
*********
  1. printNumber.asm
Please, enter a number: 7
You have entered: 7
7

About

Learning Assembly Language Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages