Skip to content

hyuko21/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris - in Assembly Language (MARS MIPS)

Bitmap Display Parameters:

  • Unit (Width : Height) in Pixels:

    • (4 : 4);
    • (2 : 2); or
    • (1 : 1).
  • Display (Width : Height) in Pixels:

    • (512 : 1024) for (4 : 4);
    • (256 : 512) for (2 : 2); or
    • (128 : 256) for (1 : 1).
  • Base address for display:

    • 0x10040000 (heap)

Preview:

  • Take a look at this project here

About

Tetris - in Assembly Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published