/ARKO

Architecture of computer systems

Primary LanguageAssembly

ARKO

Architecture of computer systems

Hi, if you are reading this, it means, that you will have o lot of "fun" (Sarcasm xD). Here you can find projects for ARKO labs from MIPS assembly and x86 Intel assembly.

MIPS: z-buffer

x86: z-buffer two-strings

Projects description:

Z-buffer : You should draw 2 triangles in 3D world using z-buffer. Two-strings : You should take 2 strings and delete all the characters of 2 string in first (eg. 1 = abcd, 2 = dbdbdbdbdb, result = ac)