X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FRL78_multiple_IAR%2FRegTest.s87;h=d91a93d86ce98c95db4fea51dd5051a382bc0767;hb=d9feac898cf4a845f77a22c2235fd8d5931322d9;hp=3c2bbefd15f28875454c8ffa8e6e8f056a24ea6c;hpb=03b2ef6ab4626e10444731880e5b102f1a5d9cf0;p=freertos diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 index 3c2bbefd1..d91a93d86 100644 --- a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 +++ b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 @@ -110,7 +110,7 @@ loop1: ; Compare with the expected value. CMPW AX, #0x1122 - BZ +5 + SKZ ; Jump over the branch to vRegTestError() if the register contained the ; expected value - otherwise flag an error by executing vRegTestError(). @@ -119,19 +119,19 @@ loop1: ; Repeat for all the registers. MOVW AX, BC CMPW AX, #0x3344 - BZ +5 + SKZ BR vRegTestError MOVW AX, DE CMPW AX, #0x5566 - BZ +5 + SKZ BR vRegTestError MOVW AX, HL CMPW AX, #0x7788 - BZ +5 + SKZ BR vRegTestError MOV A, CS CMP A, #0x01 - BZ +5 + SKZ BR vRegTestError #if __DATA_MODEL__ == __DATA_MODEL_FAR__ @@ -140,7 +140,7 @@ loop1: ; test it when using the far model. MOV A, ES CMP A, #0x02 - BZ +5 + SKZ BR vRegTestError #endif @@ -181,30 +181,30 @@ vRegTest2Task: loop2: CMPW AX, #0x99aa - BZ +5 + SKZ BR vRegTestError MOVW AX, BC CMPW AX, #0xbbcc - BZ +5 + SKZ BR vRegTestError MOVW AX, DE CMPW AX, #0xddee - BZ +5 + SKZ BR vRegTestError MOVW AX, HL CMPW AX, #0xff12 - BZ +5 + SKZ BR vRegTestError MOV A, CS CMP A, #0x03 - BZ +5 + SKZ BR vRegTestError #if __DATA_MODEL__ == __DATA_MODEL_FAR__ MOV A, ES CMP A, #0x04 - BZ +5 + SKZ BR vRegTestError #endif