Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 548 Bytes

File metadata and controls

14 lines (9 loc) · 548 Bytes

Assembly Projects

RISC-V, x86 and x86-64 projects made by me as part of the ECOAR (Computer Architecture) course as Warsaw University of Technology (Winter 2025 semester).

The exercise given is finding image markers in a .bmp file.

Example markers

The program should load the image, check its correctness and output all positions of marker 1.

Architectures:

  • RISC-V
  • x86
  • x86-64