python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Disassemble IAR 8051 with debug information
I am developing 8051 firmware in a project and have to use IAR as the toolchain. The build system is CMake. I cannot use the IAR IDE.
In order to optimize my source code I want to look at the disassem...
Richard W
Votes: 0
Answers: 1
How do I access data variables between autogenerated Interrupts.c file?
I have recently started working with Simplicity Studio to develop a program for a 8051 based development board. Via the configurator, I enabled Interrupts, which creates a Interrupts.c file. This file...
Vishesh Varma
Votes: 0
Answers: 1
Using a Register in a DB
Hi I am trying to print text in a LCD using Assembly code (KEIL), I was using db 'text here' to do this. Now I need to transform a byte in a register to the ASCII, is there a way?
In this code I am tr...
Joel Luna
Votes: 0
Answers: 1
What's the correct way to implement a sparse lookup table in 8051 assembly? (Keys have 2 bits set, 1 per nibble)
I am programming an 8052 microcontroller, and need a procedure that converts the following 8-bit input into an arbitrary set of 8-bit outputs.
All 16 possible input values are of the form 0xHL, where ...
Idunnoanymore
Votes: 0
Answers: 0