Skip to content

University project written in assembly (MIPS/Intel). Program rotates any given bitmap image by multiplicity of 90°..

Notifications You must be signed in to change notification settings

mily20001/low_level_bitmap_rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Low level bitmap rotation tools

Written as university project, most in assembly language. All versions allow you rotating bmp files with graduation of 90°.

MIPS architecture

  • Works in MARS emulator
  • Reading, editing and writing BMP header done in asm
  • Optimized memory usage at the expense of speed (project requirement)

Intel architecture (x86/x64)

  • Displays rotated image using SFML
  • BMP header handled in C++
  • Both x86 and x64 versions
  • Optimized speed

About

University project written in assembly (MIPS/Intel). Program rotates any given bitmap image by multiplicity of 90°..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published