2
votes
1answer
17 views
MIPS: MARS editor not showing correct value for ASCII string?
I'm using the MARS simulator to explore the MIPS cpu. I have a simple assembly program:
.data
ascii1: .asciiz "8C@2"
I expect the value in the memory address for ascii1 to be …
1
vote
3answers
151 views
Sizing SMD components for Hobbyist Kits
More components are only available in SMD packages.
For hobbyist assembly the options are to buy breakout boards or
solder SMD.
Since components are usually packaged in a couple …
