ref: aabcebb3c653de145bdcaae115b2df1ef68382c6
parent: 23de65bc68d09e469e5d587867eee4f497a1a6de
parent: 1f44228008dcc08e27ab84b1da11867d2c9bf3ae
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Aug 1 11:19:24 EDT 2018
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
--- a/inc/coff32/aouthdr.h
+++ b/inc/coff32/aouthdr.h
@@ -13,6 +13,7 @@
};
typedef struct aouthdr AOUTHDR;
+#define AOUTSZ sizeof(AOUTHDR)
#define QMAGIC 0314
#define STMAGIC 0401
--- 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