Skip to content

Instantly share code, notes, and snippets.

View kaline's full-sized avatar

Kaline kaline

  • LSBD
  • Fortaleza
View GitHub Profile
#include <stdio.h>
#define linha 6
#define coluna 6
int printMatrixInvertida(int mat[linha][coluna]){
#
#
# "Comb Sort in MIPS"
# Author: Aman Nidhi
# Year : 2016
#
#
.data
space: .asciiz " " # a space string.
newline: .asciiz "\n" # a newline string.