Skip to content

Archive of Assembly Programs I made for Computer Organization and Architecture practical study. Teaching materials can be downloaded here:

Notifications You must be signed in to change notification settings

trianne24/orarkom-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

How to use Assembly?

Tools:

  1. Text Editor (Suggested: Notepad++)
  2. DOSBox
  3. Compiler (Suggested: TASM/Turbo Assembler)

Download: http://bit.ly/dosboxTasm

Make the program:

  1. Make the assembly file in text editor
  2. Save it in a folder with tasm package folder inside it

Compile the program:

  1. Open DOSBox
  2. Type:
> mount g d:\assembly (can be replaced with your own directory)
> g:
> path g:\tasm\bin
> tasm test1.asm (can be replaced with your own file name)
> tlink/t test1.obj (can be replaced with your own file name)
> test1

About

Archive of Assembly Programs I made for Computer Organization and Architecture practical study. Teaching materials can be downloaded here:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages