python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Assembler: What means RAM_SP+16H?
I need your help by this assembler code:
LOC OBJ LINE SOURCE
0116 369 controll_time EQU RAM_SP+16H ;enter controll time impulse
What does "RAM_SP+16H...
Christian01
Votes: 0
Answers: 1
KEIL: The reason for working a MUL within a loop only in the 1st iteration
I have written a code in keil in which there is a loop containing a multiplication which can be done either by shift left by 1 or MUL command. However, both are executed only in the 1st iteration and ...
hsn hejazin
Votes: 0
Answers: 1
header file to binary file or intel HEX file
I have a header file. It contains the value of various constants(as pre-processor macro definitions---hash defines) that I use in my embedded systems project(IDE is Keil MicroVision, Microcontroller i...
sukhbir1996
Votes: 0
Answers: 2