Tagged Questions

2
votes
2answers
120 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
5answers
79 views

Help fix or ignore aliasing warning in gcc

I'm having a problem working with the TI/Stellaris EK-LM3S6965 demo board and associated software, specifically the OLED display driver. My problem is not that it doesn't work, it …
3
votes
4answers
280 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 …
1
vote
2answers
186 views

Methods for batch populating PCBs without a pick and place

What are some good methods to populate moderate numbers of pcbs (20-100), without the aid of a pick and place machine?
3
votes
2answers
411 views

Microprogramming vs. Machine Language programming

I'm a bit confused between the microprogramming level vs machine language level. For example: Where do both types of programs reside while being executed? Do either have a 1:1 m …