Thanks Again Peg and Mac.
 
A beginner mistake from a beginner.
 
I have a follow-up question about the BSET RTIF,RTCSC.
 
Since RTCSC is a high address ($1830) when I use that command I get the error:  A13003: Value is truncated to one byte.
 
I figured that was normal since it's a high address?
 
I used this instead so I don't get an error:
 
LDA RTCSC
ORA  #%10000000
STA RTCSC
 
It seems to work fine but I was wondering if the error I got is a real error or is there an option or definition I need to set?