Separate one file into 2 files to use Ram and EEPROM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Separate one file into 2 files to use Ram and EEPROM

跳至解决方案
1,629 次查看
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

标签 (1)
0 项奖励
回复
1 解答
860 次查看
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 项奖励
回复
1 回复
861 次查看
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 项奖励
回复