You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marked project for my ARKO (Computer Architecture) course at Faculty of Electronics and Information Technology (Warsaw University of Technology). Implemented in MIPS assembly (MARS simulator) and Intel x86 assembly (NASM, hybrid programming using C language).
Calculating sine and cosine using CORDIC algorithm in MIPS assembly. Project for Computer Architecture (ARKO) laboratories at Warsaw University of Technology.
Drawing a quadratic function, approximated by segments of equal length. Project for Computer Architecture (ARKO) laboratories at Warsaw University of Technology.