+RXB #26 Posted November 16, 2018 (edited) How the hell does label C030 become LI R0,>0020 ??? And yea XB GROM/ROMs Source from Texas Instruments has some of the stupidest names I think using name Initials like Unix did. LIke VAR0 is >8300 But VAR1 is >8308???? Edited November 16, 2018 by RXB Quote Share this post Link to post Share on other sites
+Lee Stewart #27 Posted November 16, 2018 How the hell does label C030 become LI R0,>0020 ??? And yea XB GROM/ROMs Source from Texas Instruments has some of the stupidest names I think using name Initials like Unix did. LIke VAR0 is >8300 But VAR1 is >8308???? C030 LI R0,>0020 assembles to 0200 0020 The first word's machine code value of >0200 is what is returned when @C030 is used---just as though the statement had been C030 DATA >0200,>0020 ...lee Quote Share this post Link to post Share on other sites