@@ -1486,7 +1486,7 @@ Should I add this comment?
1486
1486
<syntax ><mnem >JE</mnem ><src ><a >J</a ><t >bs</t ></src ></syntax >
1487
1487
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
1488
1488
<test_f >z</test_f >
1489
- <note ><brief >Jump short if zero/equal (ZF=0 )</brief ></note >
1489
+ <note ><brief >Jump short if zero/equal (ZF=1 )</brief ></note >
1490
1490
</entry >
1491
1491
</pri_opcd >
1492
1492
@@ -1496,7 +1496,7 @@ Should I add this comment?
1496
1496
<syntax ><mnem >JNE</mnem ><src ><a >J</a ><t >bs</t ></src ></syntax >
1497
1497
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
1498
1498
<test_f >z</test_f >
1499
- <note ><brief >Jump short if not zero/not equal (ZF=1 )</brief ></note >
1499
+ <note ><brief >Jump short if not zero/not equal (ZF=0 )</brief ></note >
1500
1500
</entry >
1501
1501
</pri_opcd >
1502
1502
@@ -1507,7 +1507,7 @@ Should I add this comment?
1507
1507
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
1508
1508
<!-- 1.02 <test_f>cz</test_f>-->
1509
1509
<test_f >zc</test_f >
1510
- <note ><brief >Jump short if below or equal/not above (CF=1 AND ZF=1)</brief ></note >
1510
+ <note ><brief >Jump short if below or equal/not above (CF=1 OR ZF=1)</brief ></note >
1511
1511
</entry >
1512
1512
</pri_opcd >
1513
1513
@@ -1556,7 +1556,7 @@ Should I add this comment?
1556
1556
<syntax ><mnem >JPO</mnem ><src ><a >J</a ><t >bs</t ></src ></syntax >
1557
1557
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
1558
1558
<test_f >p</test_f >
1559
- <note ><brief >Jump short if not parity/parity odd</brief ></note >
1559
+ <note ><brief >Jump short if not parity/parity odd (PF=0) </brief ></note >
1560
1560
</entry >
1561
1561
</pri_opcd >
1562
1562
@@ -10356,7 +10356,7 @@ Should I add this comment?
10356
10356
<syntax ><mnem >CMOVE</mnem ><dst depend =" no" ><a >G</a ><t >vqp</t ></dst ><src ><a >E</a ><t >vqp</t ></src ></syntax >
10357
10357
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
10358
10358
<test_f >z</test_f >
10359
- <note ><brief >Conditional Move - zero/equal (ZF=0 )</brief ></note >
10359
+ <note ><brief >Conditional Move - zero/equal (ZF=1 )</brief ></note >
10360
10360
</entry >
10361
10361
</pri_opcd >
10362
10362
@@ -10367,7 +10367,7 @@ Should I add this comment?
10367
10367
<syntax ><mnem >CMOVNE</mnem ><dst depend =" no" ><a >G</a ><t >vqp</t ></dst ><src ><a >E</a ><t >vqp</t ></src ></syntax >
10368
10368
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
10369
10369
<test_f >z</test_f >
10370
- <note ><brief >Conditional Move - not zero/not equal (ZF=1 )</brief ></note >
10370
+ <note ><brief >Conditional Move - not zero/not equal (ZF=0 )</brief ></note >
10371
10371
</entry >
10372
10372
</pri_opcd >
10373
10373
@@ -10379,7 +10379,7 @@ Should I add this comment?
10379
10379
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
10380
10380
<!-- 1.02 <test_f>cz</test_f>-->
10381
10381
<test_f >zc</test_f >
10382
- <note ><brief >Conditional Move - below or equal/not above (CF=1 AND ZF=1)</brief ></note >
10382
+ <note ><brief >Conditional Move - below or equal/not above (CF=1 OR ZF=1)</brief ></note >
10383
10383
</entry >
10384
10384
</pri_opcd >
10385
10385
@@ -10433,7 +10433,7 @@ Should I add this comment?
10433
10433
<syntax ><mnem >CMOVPO</mnem ><dst depend =" no" ><a >G</a ><t >vqp</t ></dst ><src ><a >E</a ><t >vqp</t ></src ></syntax >
10434
10434
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
10435
10435
<test_f >p</test_f >
10436
- <note ><brief >Conditional Move - not parity/parity odd</brief ></note >
10436
+ <note ><brief >Conditional Move - not parity/parity odd (PF=0) </brief ></note >
10437
10437
</entry >
10438
10438
</pri_opcd >
10439
10439
@@ -12308,7 +12308,7 @@ Should I add this comment?
12308
12308
<syntax ><mnem >JO</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12309
12309
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12310
12310
<test_f >o</test_f >
12311
- <note ><brief >Jump short if overflow (OF=1)</brief ></note >
12311
+ <note ><brief >Jump near if overflow (OF=1)</brief ></note >
12312
12312
</entry >
12313
12313
</pri_opcd >
12314
12314
@@ -12318,7 +12318,7 @@ Should I add this comment?
12318
12318
<syntax ><mnem >JNO</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12319
12319
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12320
12320
<test_f >o</test_f >
12321
- <note ><brief >Jump short if not overflow (OF=0)</brief ></note >
12321
+ <note ><brief >Jump near if not overflow (OF=0)</brief ></note >
12322
12322
</entry >
12323
12323
</pri_opcd >
12324
12324
@@ -12330,7 +12330,7 @@ Should I add this comment?
12330
12330
<syntax ><mnem >JC</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12331
12331
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12332
12332
<test_f >c</test_f >
12333
- <note ><brief >Jump short if below/not above or equal/carry (CF=1)</brief ></note >
12333
+ <note ><brief >Jump near if below/not above or equal/carry (CF=1)</brief ></note >
12334
12334
</entry >
12335
12335
</pri_opcd >
12336
12336
@@ -12342,7 +12342,7 @@ Should I add this comment?
12342
12342
<syntax ><mnem >JNC</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12343
12343
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12344
12344
<test_f >c</test_f >
12345
- <note ><brief >Jump short if not below/above or equal/not carry (CF=0)</brief ></note >
12345
+ <note ><brief >Jump near if not below/above or equal/not carry (CF=0)</brief ></note >
12346
12346
</entry >
12347
12347
</pri_opcd >
12348
12348
@@ -12353,7 +12353,7 @@ Should I add this comment?
12353
12353
<syntax ><mnem >JE</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12354
12354
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12355
12355
<test_f >z</test_f >
12356
- <note ><brief >Jump short if zero/equal (ZF=0 )</brief ></note >
12356
+ <note ><brief >Jump near if zero/equal (ZF=1 )</brief ></note >
12357
12357
</entry >
12358
12358
</pri_opcd >
12359
12359
@@ -12364,7 +12364,7 @@ Should I add this comment?
12364
12364
<syntax ><mnem >JNE</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12365
12365
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12366
12366
<test_f >z</test_f >
12367
- <note ><brief >Jump short if not zero/not equal (ZF=1 )</brief ></note >
12367
+ <note ><brief >Jump near if not zero/not equal (ZF=0 )</brief ></note >
12368
12368
</entry >
12369
12369
</pri_opcd >
12370
12370
@@ -12376,7 +12376,7 @@ Should I add this comment?
12376
12376
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12377
12377
<!-- 1.02 <test_f>cz</test_f>-->
12378
12378
<test_f >zc</test_f >
12379
- <note ><brief >Jump short if below or equal/not above (CF=1 AND ZF=1)</brief ></note >
12379
+ <note ><brief >Jump near if below or equal/not above (CF=1 OR ZF=1)</brief ></note >
12380
12380
</entry >
12381
12381
</pri_opcd >
12382
12382
@@ -12388,7 +12388,7 @@ Should I add this comment?
12388
12388
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12389
12389
<!-- 1.02 <test_f>cz</test_f>-->
12390
12390
<test_f >zc</test_f >
12391
- <note ><brief >Jump short if not below or equal/above (CF=0 AND ZF=0)</brief ></note >
12391
+ <note ><brief >Jump near if not below or equal/above (CF=0 AND ZF=0)</brief ></note >
12392
12392
</entry >
12393
12393
</pri_opcd >
12394
12394
@@ -12398,7 +12398,7 @@ Should I add this comment?
12398
12398
<syntax ><mnem >JS</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12399
12399
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12400
12400
<test_f >s</test_f >
12401
- <note ><brief >Jump short if sign (SF=1)</brief ></note >
12401
+ <note ><brief >Jump near if sign (SF=1)</brief ></note >
12402
12402
</entry >
12403
12403
</pri_opcd >
12404
12404
@@ -12408,7 +12408,7 @@ Should I add this comment?
12408
12408
<syntax ><mnem >JNS</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12409
12409
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12410
12410
<test_f >s</test_f >
12411
- <note ><brief >Jump short if not sign (SF=0)</brief ></note >
12411
+ <note ><brief >Jump near if not sign (SF=0)</brief ></note >
12412
12412
</entry >
12413
12413
</pri_opcd >
12414
12414
@@ -12419,7 +12419,7 @@ Should I add this comment?
12419
12419
<syntax ><mnem >JPE</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12420
12420
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12421
12421
<test_f >p</test_f >
12422
- <note ><brief >Jump short if parity/parity even (PF=1)</brief ></note >
12422
+ <note ><brief >Jump near if parity/parity even (PF=1)</brief ></note >
12423
12423
</entry >
12424
12424
</pri_opcd >
12425
12425
@@ -12430,7 +12430,7 @@ Should I add this comment?
12430
12430
<syntax ><mnem >JPO</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12431
12431
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12432
12432
<test_f >p</test_f >
12433
- <note ><brief >Jump short if not parity/parity odd</brief ></note >
12433
+ <note ><brief >Jump near if not parity/parity odd (PF=0) </brief ></note >
12434
12434
</entry >
12435
12435
</pri_opcd >
12436
12436
@@ -12441,7 +12441,7 @@ Should I add this comment?
12441
12441
<syntax ><mnem >JNGE</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12442
12442
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12443
12443
<test_f >os</test_f >
12444
- <note ><brief >Jump short if less/not greater (SF!=OF)</brief ></note >
12444
+ <note ><brief >Jump near if less/not greater (SF!=OF)</brief ></note >
12445
12445
</entry >
12446
12446
</pri_opcd >
12447
12447
@@ -12452,7 +12452,7 @@ Should I add this comment?
12452
12452
<syntax ><mnem >JGE</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12453
12453
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12454
12454
<test_f >os</test_f >
12455
- <note ><brief >Jump short if not less/greater or equal (SF=OF)</brief ></note >
12455
+ <note ><brief >Jump near if not less/greater or equal (SF=OF)</brief ></note >
12456
12456
</entry >
12457
12457
</pri_opcd >
12458
12458
@@ -12463,7 +12463,7 @@ Should I add this comment?
12463
12463
<syntax ><mnem >JNG</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12464
12464
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12465
12465
<test_f >osz</test_f >
12466
- <note ><brief >Jump short if less or equal/not greater ((ZF=1) OR (SF!=OF))</brief ></note >
12466
+ <note ><brief >Jump near if less or equal/not greater ((ZF=1) OR (SF!=OF))</brief ></note >
12467
12467
</entry >
12468
12468
</pri_opcd >
12469
12469
@@ -12474,7 +12474,7 @@ Should I add this comment?
12474
12474
<syntax ><mnem >JG</mnem ><src ><a >J</a ><t >vds</t ></src ></syntax >
12475
12475
<grp1 >gen</grp1 ><grp2 >branch</grp2 ><grp3 >cond</grp3 >
12476
12476
<test_f >osz</test_f >
12477
- <note ><brief >Jump short if not less nor equal/greater ((ZF=0) AND (SF=OF))</brief ></note >
12477
+ <note ><brief >Jump near if not less nor equal/greater ((ZF=0) AND (SF=OF))</brief ></note >
12478
12478
</entry >
12479
12479
</pri_opcd >
12480
12480
@@ -12534,7 +12534,7 @@ Should I add this comment?
12534
12534
<syntax ><mnem >SETE</mnem ><dst depend =" no" ><a >E</a ><t >b</t ></dst ></syntax >
12535
12535
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
12536
12536
<test_f >z</test_f >
12537
- <note ><brief >Set Byte on Condition - zero/equal (ZF=0 )</brief ></note >
12537
+ <note ><brief >Set Byte on Condition - zero/equal (ZF=1 )</brief ></note >
12538
12538
</entry >
12539
12539
</pri_opcd >
12540
12540
@@ -12546,7 +12546,7 @@ Should I add this comment?
12546
12546
<syntax ><mnem >SETNE</mnem ><dst depend =" no" ><a >E</a ><t >b</t ></dst ></syntax >
12547
12547
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
12548
12548
<test_f >z</test_f >
12549
- <note ><brief >Set Byte on Condition - not zero/not equal (ZF=1 )</brief ></note >
12549
+ <note ><brief >Set Byte on Condition - not zero/not equal (ZF=0 )</brief ></note >
12550
12550
</entry >
12551
12551
</pri_opcd >
12552
12552
@@ -12559,7 +12559,7 @@ Should I add this comment?
12559
12559
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
12560
12560
<!-- 1.02 <test_f>cz</test_f>-->
12561
12561
<test_f >zc</test_f >
12562
- <note ><brief >Set Byte on Condition - below or equal/not above (CF=1 AND ZF=1)</brief ></note >
12562
+ <note ><brief >Set Byte on Condition - below or equal/not above (CF=1 OR ZF=1)</brief ></note >
12563
12563
</entry >
12564
12564
</pri_opcd >
12565
12565
@@ -12618,7 +12618,7 @@ Should I add this comment?
12618
12618
<syntax ><mnem >SETPO</mnem ><dst depend =" no" ><a >E</a ><t >b</t ></dst ></syntax >
12619
12619
<grp1 >gen</grp1 ><grp2 >datamov</grp2 >
12620
12620
<test_f >p</test_f >
12621
- <note ><brief >Set Byte on Condition - not parity/parity odd</brief ></note >
12621
+ <note ><brief >Set Byte on Condition - not parity/parity odd (PF=0) </brief ></note >
12622
12622
</entry >
12623
12623
</pri_opcd >
12624
12624
0 commit comments