Message Edited by J2MEJediMaster on 2007-04-12 10:52 AM
Message Edited by peg on 2007-03-2107:13 PM
Message Edited by peg on 2007-03-2107:14 PM
Message Edited by peg on 2007-03-2107:15 PM
Don't worry I'll get it right eventually.......
Message Edited by peg on 2007-03-2107:17 PM
Getting close now.....
Message Edited by peg on 2007-03-2109:16 PM
Surely this is it now...
Message Edited by peg on 2007-03-2109:43 PM
"bset SRTISC_RTIACK, SRTISC"
This was giving me a warning because SRTISC is out of range of one byte. However, you said that "The BSET instruction is applicable to page 0 addresses only." Does this mean that the code is wrong? Am I misunderstanding something? Thanks again for your help.
Jackabo
jackabo wrote:... One final question on the subject. If I were to have an instruction such as "bset SOPT" giving me a warning would i now have these lines of code to fix it?MOV #((SOPT) >> 6 ) & $FF,PAGESELBSET ((SOPT) & $3F) + $C0)Jackabo
MOV #HIGH_6_13(SOPT),PAGESEL MOV #(mSOPT_COPE | mSOPT_COPT | mSOPT_STOPE), MAP_ADDR_6(SOPT)
MOV #((SOPT) >> 6 ) & $FF,PAGESEL MOV #(mSOPT_COPE | mSOPT_COPT | mSOPT_STOPE), ((SOPT) & $3F) + $C0)
Message Edited by bigmac on 2007-03-1904:29 PM