simulátor MCU 8051 IDE
Moderátor: Moderátoři
simulátor MCU 8051 IDE
Pokud napíši R1 je bez problémů ( CJNE R1,#120D,xzy )
Je zde použit(implementován) překladač ASEM-51,vím že na starém ASM51 to chodilo.
USING 0
ABC equ AR1
.
.
.
CJNE ABC,#120D,xzy
The EQU instruction defines a symbol for a numeric constant or a register. If a numeric expression <expr> is assigned to the symbol, it will be of the type NUMBER. If a register <reg> is assigned to the symbol, it will be of the type REGISTER. <reg> may be one of the special assembler symbols A, R0, R1, R2, R3, R3, R4, R5, R6, or R7.