|
A86/A386 assembler and D86/D386 debugger
©2006 --- Eric's home page --- ZIPKEY --- Other authors and sites --- E-mail Eric
Win32 Programming With A386
Library of A86 Source Files Available
A86/A386/D86/D386 release V4.05
Overview of A86
Overview of D86
A86 and D86 Features
A386 and D386 -- official release with PIII and Athlon
Download A86 and D86
How to purchase A86/A386/D86/D386
Multi-user and site licenses
Buy now, and receive the software in minutes!
Wi ...
|
|
|
|
|
|
|
|
|
Software
last update: 06/2003
To code in assembly language you need an editor, an assembler (maybe a linker) and other helpers like a disassembler. Here we have:
editors:
AEDT182.ZIP (MSDOS) - ASM EDIT is an assembler IDE with lots of features. Onlinehelp and a complete x86 opcode-listing. Needs at least a 386, better is a 486 because its really too slow otherwise. (730KByte)
[notice: greg greenough wrote "...AEDIT182.Zip does not work when you install it. it says the year is past 200 ...
|
|
games-n-software.com
Search the Web:
Sponsored Results for Garmin Software
Garmin Software
Business computer software and more; 100,000+ brand-name IT products.
www.cdw.com Garmin Software: Compare Prices
Find Bargains on Garmin Software at thousands of trusted online stores. Get tax and shipping information, merchant ratings, and professional product reviews at BizRate.com.
www.bizrate.com Garmin Software
Get your Garmin Software for your Spring and Summer adventures.
www.backcou ...
|
|
Input and Output (I/O) in 8086 Assembly Language
Each microprocessor provides instructions for I/O with the devices that are attached to it, e.g. the keyboard and screen.
The 8086 provides the instructions in for input and out for output. These instructions are quite complicated to use, so we usually use the operating system to do I/O for us instead.
The operating system provides a range of I/O subprograms, in much the same way as there is an extensive library of subprograms available to th ...
|
|
MSN HomeMy MSNHotmailShoppingMoneyPeople & Chat Sign In Web Search: Encarta® > > Subscriber Sign In| Help
Home | Encyclopedia | Dictionary | Thesaurus | World Atlas | Multimedia | Quizzes | Top-10 Lists | Education | Upgrade your Encarta Experience
Search Encarta
June 10
This Week: Summer Movie Season
•What's my line? A movie quotes quiz
•Film studies: The history of motion pictures
•10 films that should have won the Oscar, but didn't
D ...
|
|
C--Harvard EECS C-- Home Papers Overview of the language only, from IFL 97
C-- Home | Specification & Downloads | Old News | Papers | Mailing List (NEW!) | People | FAQ
C--: A Portable Assembly Language
Simon Peyton Jones, Thomas Nordin, and Dino Oliva
Of late it has become very common for research compilers to emit C as their target code, relying on a C compiler to generate machine code. In effect, C is being used as a portable compiler target language. It offers a simple and effect ...
|
|
Public Files on FTP.CS.CMU.EDU
The x86 Interrupt List
aka "Ralf Brown's Interrupt List", "RBIL"
The interrupt list is a comprehensive listing of interrupt calls, I/O ports, memory locations, far-call interfaces, and more for IBM PCs and compatible machines, both documented and undocumented. Nearly eight megabytes of information in ASCII text files!
System Requirements: a computer which can extract ZIP files and display plain vanilla ASCII text files. Some of the enclosed utilities are sligh ...
|
|
We've Moved!!!
We have moved to http://www.techtutorials.net. Please visit us there to access our free tutorials. Don't forget to update your bookmarks.
If you are a webmaster and your site is a member of our links exchange program, please update your reciprocal links to our site. If you have any questions for us, please contact us.
|
|
Glossary of Terms
This glossary defines some of the terms, symbols, and expressions used in computer architecture and assembly language programming. Terms in italic refer exclusively to 68000-family concepts.
#The # symbol indicates that the following value is an immediate or literal value; for example, #1234, #Monday. See immediate.
$The $ symbol indicates that the following number is a hexadecimal value; for example, $12, $12345678, and $00FE. Note that #$0AF2 indicates a literal hexade ...
|