git @ Cat's Eye Technologies SixtyPical / 0.13
Tweaks to README. Chris Pressey 7 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77
88 "6502-assembly-like" means that it has similar restrictions as programming
99 in 6502 assembly (e.g. the programmer must choose the registers that
10 values will be stored in) and is concomittantly easy for a compiler to
10 values will be stored in) and is concomitantly easy for a compiler to
1111 translate it to 6502 machine language code.
1212
1313 "Advanced static analysis" includes _abstract interpretation_, where we
2525 * you tried to write the address of something that was not a routine, to
2626 a jump vector
2727
28 and suchlike. It also provides some convenient operations and abstractions
29 based on common machine-language programming idioms, such as
28 and suchlike. It also provides some convenient operations based on
29 machine-language programming idioms, such as
3030
3131 * copying values from one register to another (via a third register when
3232 there are no underlying instructions that directly support it); this