Skip to content

mehranjavid/assembly-lang-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Resources for course: Computer Organization and Assembly Language 
# recluze.net 

# See full video course (in Urdu language) here: https://www.youtube.com/watch?v=eobVpYqvMGE&list=PLnd7R4Mcw3rJCvAduQxyySvejtBIaPs0O 

# To set up in Ubuntu 20.04+  


    # Install Doxbox  
    sudo apt install dosbox 
    doxbox 

    # Inside dosbox (give it some path in your host machine) 
    # Put extracted contents of the zip file and .asm files in this folder on your host machine 
    
    mount c /home/nam/ee213 

    c: 

    # Assemble and run 
    nasm c.asm -o c.com 
    afd c.com 

    # Assemble with Listing 
    nasm c.asm -l c.lst -o c.com 
    
    # If after changing files, they do not show up in dosbox, hit Ctrl+F4 inside the dosbox window. 


Zip file contains the 16-bit NASM and "Advanced Fullscreen Debugger". 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 87.8%
  • Shell 11.0%
  • C 1.2%