Reference Sheets? (Or something of that like)

Started by Mirage, September 23, 2010, 04:41:46 AM

Previous topic - Next topic

Mirage

Since my teacher seems to be practically useless in my class I was wondering if anyone has some sort of easy reference sheet (I have a book but looking through it constantly would be more difficult then having a simple sheet)

clive

For DOS (Int 21h) or 8086 assembler? Please be a little more specific.

A quick google pulled up a couple of examples.

http://ece425web.groups.et.byu.net/stable/labs/8086InstructionSet.html
http://ftp.utcluj.ro/pub/users/nedevschi/CA/I8086/8086InstrSet/8086inst.pdf
http://www.gabrielececchetti.it/Teaching/CalcolatoriElettronici/Docs/i8086_instruction_set.pdf

The commercial MASM offering used to come with a small notebook / flipbook reference guide for the instruction set. The electronic equivalent was a "Norton Guide" to assembler. These days I'd just google it, or have a suitable PDF opened and search it electronically.
It could be a random act of randomness. Those happen a lot as well.

Mirage

DOS.


Although with how my class is going I somehow am thinking we're not gonna get past hello world.


Think I found what I wanted.

http://www.ousob.com/ng/masm/

mineiro

Hello Sr Mirage, the original "norton guides" program is a TSR (Terminate and stay resident) so you can press a hotkey while you are inside a debug program. The files are ng.exe and asm.ng(xor). You have found the text.
Another ones is "techhelp" or "helppc", both TSR to these old times.
regards.

Mirage

Oh I wish that every language was as well documented as java was.

High level languages spoiled me.