1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-14 23:29:29 +00:00

You could argue that it's not *that* low level, so, okay.

This commit is contained in:
Chris Pressey 2019-04-10 12:23:50 +01:00
parent 7854f71706
commit 1ca5cb0336

View File

@ -3,7 +3,7 @@ SixtyPical
_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).
Its reference compiler can generate [efficient code](#efficient-code) for
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
many ridiculous silly errors at compile time.
### Very low level
### Low level
Many of SixtyPical's primitive instructions resemble
those of the 6502 CPU — in fact it is intended to be compiled to