/RISC-V_Bitmap_Image_Display

Assembly Language Program to process and display a bitmap image into ARGB Bitmap Display.

Primary LanguageAssemblyMIT LicenseMIT

RISC-V_Bitmap_Image_Display

This program processed the bitmap image displayed into ARGB Bitmap Display based on RARS.

IDE and Display Simulator:

  • RARS 1.6

Language:

  • RISC-V RV32I Assembly

Image Supported:

  • Resolution: up to 512 x 512.
  • Colour Depth: up to 24bit.
  • Format: (.bmp).
  • Size: non-limited.

Summary:

  • Implements the algorithms and techniques to processing and displaying the image.
  • Usage of Assembly language.
  • Represented RISC-V Computer Architechture.
  • Represented I/O method of Computer.
  • The way CPU processing the data.
  • How is the computer storing data into memmory.

Feel free to read and learn Assembly language!!!