Separate one file into 2 files to use Ram and EEPROM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Separate one file into 2 files to use Ram and EEPROM

Jump to solution
1,087 Views
bat
Contributor II

I am using MinIDE assembler. I am using  a HC11K4 processor. The processor has $300 ram.  The problem is, I have run out of ram. I would like to have a way to place part of the file in ram and part in EEPROM. I think a linker would do this but, I have no idea of how to use a linker. I tried looking at Codewarrior but could not make much sense of it. About the only thing I understood about it was that I had to make at least one of the files a .prm file. After that I got lost.

 Can someone tell me , easy to understand, how I may do this using Codewarrior.

Thanks for any help

BAT

Labels (1)
0 Kudos
1 Solution
318 Views
bat
Contributor II

I havnt learned how to use Codewarrrior but I split the file into 2 files. I put all the subroutines in the EEPROM and then placed an equ of each routine in the RAM file. It seems to work fine.

BAT

View solution in original post

0 Kudos
1 Reply
319 Views
bat
Contributor II

I havnt learned how to use Codewarrrior but I split the file into 2 files. I put all the subroutines in the EEPROM and then placed an equ of each routine in the RAM file. It seems to work fine.

BAT

0 Kudos