Skip to main content

Questions tagged [assembly]

This is a programming language that is at a low level that corresponds with the instruction set of the machine being programmed.

1 vote
1 answer
105 views

QUESTION: Why aren't nested interrupts working on the R5F core on the AM2434/AM6442 when using VIM? This question is not about someone reviewing my code. It's about trying to understand the ARM R5F ...
user4574's user avatar
  • 13.6k
1 vote
1 answer
119 views

Within an XC16 assembly code portion, I want to use a C variable as a literal. Here's a portion of my code : C function : int x=4; int *TrisCSX = (int*) 0x2C8; x ...
Zelig63's user avatar
  • 251
0 votes
1 answer
135 views

I am attempting to repair the following piece of electronic. The tactile switch is an interface for the on/off button that on the case of the device. I have tried soldering the tactile switch onto the ...
user204573's user avatar
6 votes
1 answer
1k views

In a PIC24FV32KA302 C code, I want to add inline assembly. For this, I use, for instance, __asm("BSET PORTB,8");. When compiling, I get the following ...
Zelig63's user avatar
  • 251
2 votes
1 answer
205 views

In the following 14 layer PCB, there is a flip chip assembly for one of the chips, the chips is very fine pitch around 200 um: Considering that in flip-chip assembly, the heating process occurs from ...
Andromeda's user avatar
  • 1,438
2 votes
3 answers
282 views

In a manufacturing line, we need to close a 30pin, top contact 0.5mm FPC connector, something like Amphenol F32Q-1A7H1-11030. We use pliers for that, insert the cable, close on one side, then close on ...
user3207838's user avatar
0 votes
1 answer
133 views

I am planning writing an elaborate swarm-like (8-16 chips with no common bus to speak of) solution. Given that I plan on storing 3k of data (considering implementing compression) and need some clarity....
markoj's user avatar
  • 13
0 votes
0 answers
121 views

I understand that when in assembly I input a command like XOR or SLL I have the opcode bits and the funct bits which tell the MIPS what to do, but I don't understand how it does so. When looking ...
Nate3384's user avatar
  • 405
0 votes
2 answers
176 views

Unable to solve the above question. Getting error A40:invalid register when running this code on XRL instruction: ...
Devesh Singhal's user avatar
3 votes
3 answers
201 views

Initial Problem I'm trying to make a push-button incremented counter on two 7-segment displays ranging from 0-10. Ultimately I want Timer0 to handle the 7seg multiplexing and another timer for ...
thegandalf13's user avatar
1 vote
0 answers
210 views

Before explaining the problem I want to say as a disclaimer that I am a total beginner with baremetal coding in ARM, so the problem could be anywhere. I am following this guide to move my first steps. ...
theL's user avatar
  • 11
1 vote
0 answers
202 views

Currently, I'm working with Jetson Nano 2Gb, and I facing the problem about assembly when I debug with gdb, I receive ...
Dominic Ng's user avatar
0 votes
1 answer
101 views

I want to simulate **the Entry set mode ** function of and LCD based on HITACHI 44780 Controller. (Here is the datasheet.) The "Entry set mode" is given the following code of the 8 bits data ...
learn design's user avatar
  • 1,166
1 vote
2 answers
215 views

Even though MC14500B is considered as 1-bit computing where it accepts 1-bit data to perform operation, the instruction set itself consisted with 4-bit instruction which leads having 16 total ...
Muhammad Ikhwan Perwira's user avatar
0 votes
1 answer
104 views

I am currently trying to indirectly address the SRAM of the ATMega328P by using the following code: ...
user380637's user avatar

15 30 50 per page
1
2 3 4 5
32