Skip to content

Mchl-krpch/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frame - first asm project

💻 Simple frame in dosbox This is my first project on assembly. I learned addressing, registers, stack and array access, some instructions like STOS, the first project within the first semester.

Process

First, I learned registers and wrote a simple program to fill a strings with characters. Then I used a stack to remember registers - so I already wrote a screen filler in different colors, but this was not enough, so I started using arrays to store much more information

New info

  • Registers - to use information
  • Stack - to get registers and other data in the right order
  • Array - to store the necessary data for running programs larger than 5 lines

Thanks!

I will be glad to your issue

Krapchatov Michael, 22

About

💽 Simple frame in dosbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published