ref: 1f44228008dcc08e27ab84b1da11867d2c9bf3ae
parent: bce7aecdace7eb36cec7d4d03d157a7f66739c83
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jul 31 04:09:20 EDT 2018
[ld-286] Add more documentation about the 8086 instruction format
--- a/tests/as/execute/i286.s
+++ b/tests/as/execute/i286.s
@@ -1,5 +1,9 @@
/ Look in http://www.mlsite.net/8086/
/ Look in http://www.srmuniv.ac.in/sites/default/files/2017/15CS205J-unitII.pdf
+/ Look in http://www.c-jump.com/CIS77/reference/Instructions_by_Opcode.html
+/ Look in http://www.c-jump.com/CIS77/CPU/x86/lecture.html#X77_0020_encoding_overview
+/ Look in http://www.c-jump.com/CIS77/reference/Instructions_by_Opcode.html
+/ Look in https://www.felixcloutier.com/x86/index.html
ADDB AL,AL / 00 C0
ADDB CL,AL / 00 C8