Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~170 People Reached
Favorite Forums
Favorite Tags
Member Avatar for bethesda

When I do this: [CODE]la $a1, 9($t1)[/CODE] the code works, but when I do this: [CODE]marker: .word 9 la $a1, marker($t1)[/CODE] The code doesn't work.... I don't understand why....?

Member Avatar for bethesda
0
84
Member Avatar for bethesda

Hi! First of all, I'm new to this, so I apologise in advance if this is a really simple thing... I am trying to write a code in assembly MIPS, in wich the program asks the user for the name of a file where it will read the text on …

0
86