Saved LOADALL-related files

This commit is contained in:
Jeff Parsons 2016-02-16 13:09:00 -08:00
commit 926d9e7c4e
14 changed files with 4487 additions and 9 deletions

View file

@ -1,6 +1,3 @@
;
; Saved on February 16, 2015 from http://www.rcollins.org/ftp/source/aad/aad.asm
;
.386p
;-----------------------------------------------------------------------------
;
@ -201,4 +198,4 @@ Test_AAD endp
end

View file

@ -43,4 +43,6 @@ From [http://www.rcollins.org/secrets/opcodes/AAD.html](http://www.rcollins.org/
This instruction exists in this form on all Intel x86 processors.
See the file [AAD.ASM](AAD.ASM) for diagnostic source code for this instruction.
The following related files were saved on February 16, 2015 from [http://www.rcollins.org](http://www.rcollins.org/):
* [AAD.ASM](AAD.ASM)