kmegamind
Junior Member level 1
- Joined
- Oct 2, 2012
- Messages
- 18
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Location
- Alexandria , Egypt.
- Activity points
- 1,406
I have this line in my code :
It gives an error :
warning: A1608W: MOV pc,<rn> instruction used, but BX <rn> is preferred
So i change it to :
It gave this :
error: A1647E: Bad register name symbol, expected Integer register
help please
Code:
MOV PC, r14
It gives an error :
warning: A1608W: MOV pc,<rn> instruction used, but BX <rn> is preferred
So i change it to :
Code:
MOV BX, r14
It gave this :
error: A1647E: Bad register name symbol, expected Integer register
help please