Links: Difference between revisions

From JookWiki
(Add a ton of links)
(More links)
Line 17: Line 17:
* [https://chinese-electronics-products-tested.blogspot.com/ Chinese electronics products tested]
* [https://chinese-electronics-products-tested.blogspot.com/ Chinese electronics products tested]


== Standards ==
== Linux tools ==
 
* [https://github.com/mifi/lossless-cut lossless-cut]
* [https://www.zombietrackergps.net/ztgps/ ZombieTrackerGPS]
 
== Programming documentation ==


* [https://unicode.org/main.html Unicode Technical Site]
* [https://unicode.org/main.html Unicode Technical Site]
Line 44: Line 49:
* [https://www.cs.cmu.edu/~ralf/files.html Ralf Brown's Interrupt Linux]
* [https://www.cs.cmu.edu/~ralf/files.html Ralf Brown's Interrupt Linux]
* [https://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List - Indexed HTML Version]
* [https://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List - Indexed HTML Version]
*[http://www.bitsavers.org/components/intel/8086/210912-001_iAPX_86_88_186_188_Users_Manual_1985.pdf iAPX 86/88, 186/188 User's Manual Hardware Reference]
*[https://www.plantation-productions.com/Webster/www.artofasm.com/DOS/index.html The Art of Assembly Language (16-bit DOS version)]
*[https://github.com/jagregory/abrash-black-book Michael Abrash's Graphics Programming Black Book (Markdown version)]


== DOS source code ==
== DOS source code ==
Line 51: Line 59:
* [https://github.com/dosbox-staging/dosbox-staging DOSBox Staging git repository]
* [https://github.com/dosbox-staging/dosbox-staging DOSBox Staging git repository]
* [https://github.com/microsoft/MS-DOS MS-DOS 1.25 and 2.0 git repository]
* [https://github.com/microsoft/MS-DOS MS-DOS 1.25 and 2.0 git repository]
== DOS tools ==
* [https://open-watcom.github.io/ Open Watcom v2]
* [https://nasm.us/ NASM]
* [https://www.brutman.com/mTCP/ mTCP TCP/IP applications for DOS PCs]
* [http://crynwr.com/drivers/ Crynwr packet drivers]
* [https://packetdriversdos.net/ Packet Drivers Collection for MS-DOS, IBM PC-DOS, DR-DOS, FreeDOS, etc.]
== ISA documentation ==
* [https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html Intel 64 and IA-32 Architectures Software Developer Manuals]
* [https://www.amd.com/en/support/tech-docs AMD Tech Docs]
* [https://developer.arm.com/documentation/ ARM Documentation]
* [https://www.felixcloutier.com/x86/ Felix Cloutier's x86 and amd64 instruction reference]
* [https://developer.arm.com/documentation/ddi0487/latest Arm Architecture Reference Manual for A-profile architecture]
* [https://developer.arm.com/documentation/100076/0200/][https://developer.arm.com/documentation/ddi0487/latest Instruction Set Assembly Guide for Armv7 and earlier Arm architectures]
* [https://riscv.org/technical/specifications/ RISC-V Specifications]
* [https://www.agner.org/optimize/ Agner Fog's x86 optimization manuals]

Revision as of 05:26, 27 October 2022

Here's a list of links to cool things you might like.

Individuals

My friend's personal pages:

Organizations

Electronics

Linux tools

Programming documentation

Unix documentation

Unix source code

DOS documentation

DOS source code

DOS tools

ISA documentation