wiby  
Settings



6502.org: Source Code Repository

http://www.6502.org/source/

are provided. Convert ASCII Number String to 32-bit Binary by BigDumbDinosaur This 6502 assembly language program converts a null-terminated ASCII number string into a 32-bit unsi
A collection of useful programs for the 6502 microprocessor.

My favourite Git commit | dhwthompson.com

https://dhwthompson.com/2019/my-favourite-git-commit

onvert template to US-ASCII to fix error ”. A quick aside: one of the benefits of coding in the open , as practised at GDS, is that it’s possible to share examples like this outsid
I like Git commit messages. Used well, I think they’re one of the most powerful tools available to document a codebase over its lifetime. I’d like to illustrate that by showing

https://www.rfc-editor.org/rfc/rfc3629.txt

https://www.rfc-editor.org/rfc/rfc3629.txt

preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This me

Simple CPU v1

http://www.simplecpudesign.com/simple_cpu_v1/

0xF0 to 0xFD, as an ASCII value ( Link ). To simplify the program they are actually stored as their inverted forms e.g. H = 0x48 (01001000), inverted = 0xB7 (10110111). The progra
Mike's web page of stuff

Win32 Assembler FAQ [deinmeister.de]

http://www.deinmeister.de/wasmfaq_e.htm

a Hexeditor supporting ASCII-View and search the function name with it in the *.LIB file. Then do the same with the *.OBJ file and check if they are the same. The following lines
Win32 Assembler FAQ

Dudley's dungeon -- Wednesday, 31 December, 2008

http://www.nicolaas.net/dudley/index.php

If you want to run an ASCII webcomic, the (messy) source code of this website is available. It is written in PHP, and will run on any version above 4.3. Mail me if you are interes

http://www.columbia.edu/kermit/ftp/ucsterminal/ucsterminal.txt

http://www.columbia.edu/kermit/ftp/ucsterminal/ucsterminal.txt

the characters of ASCII [1] orEBCDIC [13], and often also accented or non-Roman letters (or ideograms),and often also "graphics" (2) (non-alphabetic, non-digit, non-punctuation)ch

Self-Printing Machine Code - Susam Pal

https://susam.net/self-printing-machine-code.html

dollar symbol has an ASCII code of 0x24 (decimal 36). We need to be careful about not having this value anywhere within the the data bytes or this DOS function would prematurely s

Enhanced CTorrent Change Log

http://www.panix.com/~dholmes/ctorrent/changelog.html

URL encoding for non-ASCII locales. Cache management bug due to expiration during I/O. This could manifest as a bad hash check or incomplete piece after download. Correction in ca

War Is A Racket, by Major General Smedley Butler, 1935

http://ratical.org/ratville/CAH/warisaracket.html

| Search | tree ( PDF | ASCII text formats) War Is A Racket By Major General Smedley Butler Contents         Chapter 1: War Is A Racket &nb

https://www.ietf.org/rfc/rfc2279.txt

https://www.ietf.org/rfc/rfc2279.txt

preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This me

alt.2600 FAQ, Beta .013 - Part 1/1

http://webarchive.me/geocities/SiliconValley/2072/2600faq.txt

is printed as ^?. Non-ASCIIcharacters (with the high bit set) are printed as M -x, wherex is the character specified by the seven low order bits. -t Causes tabs to be printed as ^


Find more...