PACKAGE ver 0.2
---------------

System Engineer Database 

File Name: System_Engineer_Database.html

Be sure to read this first, before reading anything else.


System Engineer Documentation

File Name: System_Engineer_Doc.html


Adam's Tutorials for 8086 instructions Asm 16 bits

File Name: ALLTUTS.zip

Great tutorial, check it out!


Calculator 

File Name: 32bitcalc.zip

Useful tool for calculating arithmetic & logic operations 
based  on 32bit x86 registers. Implemented  fastest around 
converters and hasher calculates 32bit checksums of files.
 
                                                               
Already available features:                                 
  
                                                           
XOR (Exclusive OR)                                       
XOR (Inclusive Logical OR)                                
ROL (Rotate Left)                                        
ROR (Rotate Right)                                       
RCL (Rotate Through Carry Left)                          
RCR (Rotate Through Carry Right)                         
SAL (Shift Arithmetic Left)                              
SAR (Shift Arithmetic Right)                             
ADD (Arithmetic Addition)                                
SUB (Subtract)                                           
NEG (Two's Complement Negation)                          
NOT (One's Complement Negation (Logical NOT))            
AND (Logical And)                                        
BSWAP (Byte Swap)                                        
SBB (Substract With Borrow/Carry)                        
SHL (Shift Logical Left)                                 
SHR (Shift Logical Right)                                
MUL (Unsigned Multiply)                                  
IMUL (Signed Multiply)                                   
DIV (Unsigned Integer Division)                          
IDIV (Signed Integer Division)                           
CRC-32 File Calculator by cybult                         
HEXADECIMAL Value to ASCII-Z Converter by cybult         
STRING to HEXADECIMAL Value Converter by cybult          
BINARY Value to HEXADECIMAL Value Converter by cybult    
HEXADECIMAL Value to BINARY Value Converter by cybult


The complete Pentium instructions set table

File Name: pentium.zip


Intel Hex Opcodes and Mnemonics

File Name: opcodes.zip


A file compiled in HLA Prototype by Randall Hyde using Masm32. Stdingetx Examples.

File Name: stdingetx.exe


Turbo Pascal 7.0 Tutorial Guide 

File Name: Tutorial_Guide_Tp7.html

A Complete Guide for beginners for Pascal Programming. Recommended
for Windows XP.
