We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
1. How to write several instructions on one line? For example, 3 NOP instructions?
2. Why is the instruction not blue? uVison in .s file automatic automatically istrukcion shows blue in the following statement is blue MOV and STRT, but ANDS is black. Why?
MOV r0, r12STRT r2, [r1,#16] ANDS r0, #0x80
even your link says AND syntax
AND{S}{cond} Rd, Rn, Operand2
where: S is an optional suffix. If S is specified, the condition flags are updated on the result of the operation. If S is specified, the AND instruction Updates the N and Z flags according to the result.
S
AND
In my code I use
ANDS r0, #0x80 BNE send1