Welcome to the lab exercises for the "Introduction to Computers" course in the Computer Science degree program. This lab focuses on MIPS assembly language programming, specifically on addition ...
#This line is going to signal end of program. # .data bölümü: Bu bölümde, verilerin depolandığı bölümdür. Burada sadece bir satır sonu karakter dizisi tanımlanmıştır. # .text bölümü: Bu bölüm, asıl ...