summaryrefslogtreecommitdiff
path: root/software/asm_main/asm_main.S
blob: 6241bb152bac78f0eb93e0ff3a7457acaa3b526b (plain)
1
2
3
4
5
6
7
8
	.section .text
	.globl main


main: 
    add t0,zero,zero
1:  addi t0,t0, 1
    j 1b