Questions tagged [map-file]

2 questions
1
vote
2 answers

Can I find a file of a microchip for a 1:100000+ version on a 3D printing machine?

It would be cool to replicate a semiconductor microchip on a 3D printer, i.e. a C64, an intel processor, an AMD processor. Can you think of a kind of map file format which graphs many transistors and which can sent to a voxel engine or something?
bandybabboon
  • 887
  • 2
  • 11
  • 28
1
vote
1 answer

Why does the AVR Assembler linker think my data table is at the wrong address?

MCU: ATmega1284 Programmer: JTAGICE3 IDE: Atmel Studio 7.0.2397 Language: AVR Assembler I have a constant data table in flash memory. The linker thinks it is located at address 0x0090, so when I write assembly instructions to try and load the…
user4574
  • 11,816
  • 17
  • 30