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

Mysterious Assembler Symbol Issue with XC16 (JuliaDee)

$
0
0
I'm using a handy switch-case assembler macro that works by XOR'ing the previous case's test value with the current instance's, and testing for zero: .macro switch
.equ prevtest,0
.endm

.macro caseb value,dest
xor.b \value^prevte..

Viewing all articles
Browse latest Browse all 1508

Trending Articles



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