View Single Post
  #4  
Old 09-28-2023, 04:51
Mavrick Mavrick is offline
Friend
 
Join Date: Sep 2023
Posts: 8
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 6 Times in 4 Posts
Mavrick Reputation: 0
Quote:
Originally Posted by Git View Post
I'm trying to finish writing an IDA cpu module for an old microcontroller which has 64 bytes of internal volatile RAM and 1 kbyte of internal EPROM code space, both starting at address 0x000. My problem is how to create the two segments both with address 0x000 at the start of the segment. Original was written with v70 SDK. Now using v75 SDK and all is working except the segmentation. The cpu does not have segmentation registers.

I had this working 3 years ago but lost the last few versions of source where I sorted the segmentation out. To my knowledge, the only source I ever lost

Can anybody help please?
Git
I can help, if you are still working on this.
Reply With Quote