Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

Assembly interrupt handlers in a C application? (mfarver)

$
0
0
Is there a way to have "all assembly" interrupt handlers in a C project? I created a .s file with the following: .global __T1Interrupt
__T1Interrupt:
btsc _appflag,0
goto 0x5000 + 0x30
goto 0x10000 + 0x30 but when I look at the prog..

Viewing all articles
Browse latest Browse all 1508

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>