Relative Content

Tag Archive for loopsprintinglinked-listriscv

Risc-V loop printing one element

print_list: # Function to traverse the linked list and print the values # Inputs: a1 = head of the linked list #.include “lab4_testbench.asm” #using temp. register, loop thru list until u reach end. address pointer = NULL #print each value, move to next value mv t0, a1 #moving head of linked list to register t0 […]