Quantcast
Channel: x86 Assembly - Programmers Heaven
Viewing all articles
Browse latest Browse all 152

Free utils

$
0
0
http://jodik.host.sk/prgnastroje.htm

More links and other stuff:
http://asmsource.8k.com/files/sb2.asm.txt
http://asmsource.8k.com/files/exec.asm.txt
http://asmsource.8k.com/files32/mail.asm.txt
http://asmsource.8k.com/files32/getipv0.3.asm.txt
http://asmsource.8k.com/files32/ipv0.2.asm.txt

http://www.beroset.com/
http://www.df.lth.se/~john_e/

http://www.crackinguniversity2000.it/GraphicBlackBook/Graphics Programming Black Book.htm

Check these out later:
http://users.rcn.com/eaj.pizzi/
http://personal5.iddeo.es/ret007ow/index.html
http://brianvictor.8m.com/
http://webhome.idirect.com/~aeinc/ddt/Ddtdoc.html
http://home.centurytel.net/dhonerbrink

http://www.agner.org/assem/#optimize
http://www.dmtf.org/standards/documents/SMBIOS/DSP0130.pdf
ftp://download.intel.com/design/PentiumII/manuals/24512701.pdf
http://grafi.ii.pw.edu.pl/gbm/x86/
http://debs.future.easyspace.com/Programming/Hardware/FDC/floppy.html
http://developer.intel.com/design/Pentium4/manuals/
http://alexfru.narod.ru/emiscdocs.html
http://www.ansanest.com/josh/content.htm
http://www.thegaineys.fsnet.co.uk/
http://www.epanorama.net/documents/joystick/pc_joystick.html
http://www.geocities.com/SiliconValley/Sector/7256/tutor/

Look at Coding and Links here!!!:
http://www.bettendorf-germany.de/htmleng/linksg.htm

C64 sitez:
http://www.c64.ch/programming/C64PRG10.txt
http://www.c64.ch/programming/memorymap.asp
http://www.obelisk.demon.co.uk/6502/


TI stuff:
http://education.ti.com/global/guides.html
http://tip.ti-programmers.com/program.php
http://www.ticalc.org/pub/text/calcinfo/86ports.txt
http://www.carr.lib.md.us/schs/depts/math/calculators.html
http://www.carr.lib.md.us/schs/depts/math/68kguide.txt
http://www.carr.lib.md.us/schs/depts/math/82-ports.txt
http://www.carr.lib.md.us/schs/depts/math/82-rom.txt
http://www.carr.lib.md.us/schs/depts/math/82hack.txt
http://www.carr.lib.md.us/schs/depts/math/linkprot.txt
http://www.carr.lib.md.us/schs/depts/math/ti-ports.txt
http://www.carr.lib.md.us/schs/depts/math/ti-rom10.txt
http://www.carr.lib.md.us/schs/depts/math/ti86prot.txt
http://www.carr.lib.md.us/schs/depts/math/ti92prot.txt



http://www30.brinkster.com/rcxash/public/Why Computers Crash.txt

Misc Sitez:
http://www.faeriedustgraphics.com
http://clix.to/goth9575
www.undercovertourist.com

-----------------------------------------------------------------------------------------------------------------------------

Try "The Squeeze Page"
http://www.cs.sfu.ca/cs/CC/365/li/squeeze/

"The Compression FAQ"
http://www.cis.ohio-state.edu/hypertext/faq/usenet/compression-faq/top.html

"Data Compression Bits, Bytes and Beefalo"
http://www.go2net.com/internet/deep/1997/01/01/

If German is suitable: "Redundanz"
http://wwwrzstud.rz.uni-karlsruhe.de/~un55/lz_ToC.html

Mark Nelson writes something about his book "The Data Compression Book"
http://dogma.net/markn/tdcb/tdcb.htm

http://www.fravia.org/projunpa.htm
http://www.fravia.org/crunch1.htm
http://www.fravia.org/crunch2.htm
http://www.fravia.org/crunch3.htm
http://www.fravia.org/crunch4.htm
http://www.fravia.org/crunch5.htm

"We're starfleet: weirdness is part of the job." - Janeway
"I have seen things I cannot deny." - Scully

http://www.pan-tex.net/usr/c/chaney/resistance.gif

"If you don't know where you want to go, we'll make sure you get taken."
-- Japanese translation of Microsoft's slogan
----
If you can smile when things go wrong, you have someone in mind to blame.

Reminds me of the lunchtime code:
EMPTY EQU 0
GOOD EQU 1
NO EQU 0
YES EQU 1
stomach dw ?
meal db ?

cmp stomach,EMPTY
jnz continue
mov stomach,0f00dh
cmp meal,GOOD
jz good_meal
mov happy,NO
jmp continue
good_meal:
mov happy,YES
continue:
- Rick C. Hodgin

No wanna work. Wanna bang on keyboard.

0f f4 b4 d9 2e 12 c7 b2 1a 85 bc 12 8f 54 77 f1

Viewing all articles
Browse latest Browse all 152

Trending Articles