This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why is _enable_interrupts() not a "RINT" for C64x+ ?

I tried in CCS 3.3 and CC4.1.
Why is _enable_interrupts() not a "RINT" for C64x+ ?

;_disable_interrupts()
       DINT                              ; |27|
       NOP             1
;_enable_interrupts()
       MVC     .S2     CSR,B4            ; |29|
       OR      .L2     1,B4,B4           ; |29|
       MVC     .S2     B4,CSR            ; |29|
       NOP             1