mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-19 20:30:45 +00:00
You could argue that it's not *that* low level, so, okay.
This commit is contained in:
parent
7854f71706
commit
1ca5cb0336
@ -3,7 +3,7 @@ SixtyPical
|
|||||||
|
|
||||||
_Version 0.19. Work-in-progress, everything is subject to change._
|
_Version 0.19. Work-in-progress, everything is subject to change._
|
||||||
|
|
||||||
**SixtyPical** is a [very low-level](#very-low-level) programming language
|
**SixtyPical** is a [low-level](#low-level) programming language
|
||||||
supporting a [sophisticated static analysis](#sophisticated-static-analysis).
|
supporting a [sophisticated static analysis](#sophisticated-static-analysis).
|
||||||
Its reference compiler can generate [efficient code](#efficient-code) for
|
Its reference compiler can generate [efficient code](#efficient-code) for
|
||||||
several 6502-based [target platforms](#target-platforms) while catching many
|
several 6502-based [target platforms](#target-platforms) while catching many
|
||||||
@ -47,7 +47,7 @@ SixtyPical gives the programmer a coding regimen on par with assembly
|
|||||||
language in terms of size and hands-on-ness, but also able to catch
|
language in terms of size and hands-on-ness, but also able to catch
|
||||||
many ridiculous silly errors at compile time.
|
many ridiculous silly errors at compile time.
|
||||||
|
|
||||||
### Very low level
|
### Low level
|
||||||
|
|
||||||
Many of SixtyPical's primitive instructions resemble
|
Many of SixtyPical's primitive instructions resemble
|
||||||
those of the 6502 CPU — in fact it is intended to be compiled to
|
those of the 6502 CPU — in fact it is intended to be compiled to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user