diff --git a/counter.S b/counter.S index 6a16af9..1dc1e72 100644 --- a/counter.S +++ b/counter.S @@ -1,5 +1,15 @@ .data // 0x8000102c +// x7 = PC+(imm <<() +// x7 = + +// = +// 0x8000 0000 + +// 0x8001 0000 +// = 0x8001 0000 + +// aupic x7, 1 + sentence: .ascii "Become a Prograammermmmmmrr\0" // ^ // ^ @@ -11,7 +21,6 @@ sentence: .ascii "Become a Prograammermmmmmrr\0" _start: la t2, sentence # Load the address of sentence into t2 - li t0, 0x72 // ascii 'm' li t1, 0x00 // licznik wystapien 'm'