rdpdo
Junior Member level 1
- Joined
- May 7, 2002
- Messages
- 17
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Activity points
- 59
iar z80
Hello,
I'm using IAR C Compileur for Z80 (I think it is ICCZ80) and I dont find how to set the adresses of my ROM and RAM. In my case, my ROM is between 0000h and 1FFFh ; and the RAM is between 8000h and 87FFh.
So I'd like that the compileur place the stack in the top of my ram (87FFh) and save the data between 8000/87FF.
When i compile a exemple, the stack is at 0C1FF and not 087FFh...
Thank you very much for your help.
Hello,
I'm using IAR C Compileur for Z80 (I think it is ICCZ80) and I dont find how to set the adresses of my ROM and RAM. In my case, my ROM is between 0000h and 1FFFh ; and the RAM is between 8000h and 87FFh.
So I'd like that the compileur place the stack in the top of my ram (87FFh) and save the data between 8000/87FF.
When i compile a exemple, the stack is at 0C1FF and not 087FFh...
Thank you very much for your help.