next version will be 2021.2 (interim bugfix due to significant issue in 2021.1)
FossilOrigin-Name: 633b7f3f07db20a5f4bc7a7d06bf3898c217998ff559389d13fb946d284764be
This commit is contained in:
parent
1d7a006a3b
commit
7066e9c001
4 changed files with 6 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
VERSION ?= 2021.4
|
||||
KEYPAIR ?= 2021-04
|
||||
VERSION ?= 2021.2
|
||||
KEYPAIR ?= 2021-02
|
||||
PREFIX ?= /usr/local
|
||||
DATADIR ?= $(PREFIX)/share/RETRO12
|
||||
DOCSDIR ?= $(PREFIX)/share/doc/RETRO12
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# RETRO Core 2021.4
|
||||
# RETRO Core 2021.2
|
||||
|
||||
RETRO Core is a minimal Forth implementation for the Nga
|
||||
virtual machine. Like Nga this is intended to be used within
|
||||
|
@ -88,7 +88,7 @@ when composing the bundles, with NOP being named as two dots.
|
|||
So:
|
||||
|
||||
lit lit add nop
|
||||
|
||||
|
||||
Is a bundle named:
|
||||
|
||||
liliad..
|
||||
|
@ -143,7 +143,7 @@ r 9999
|
|||
d 1536
|
||||
|
||||
: Version
|
||||
d 202104
|
||||
d 202102
|
||||
~~~
|
||||
|
||||
Both of these are pointers. `Dictionary` points to the most
|
||||
|
|
BIN
ngaImage
BIN
ngaImage
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
#define CELL int32_t
|
||||
#endif
|
||||
CELL ngaImageCells = 14899;
|
||||
CELL ngaImage[] = { 1793,14718,14856,14898,202104,0,10,1,10,2,10,3,10,4,10,5,10,6,10,
|
||||
CELL ngaImage[] = { 1793,14718,14856,14898,202102,0,10,1,10,2,10,3,10,4,10,5,10,6,10,
|
||||
7,10,8,10,9,10,10,11,10,12,10,13,10,14,10,15,10,16,10,17,
|
||||
10,18,10,19,10,20,10,21,10,22,10,23,10,24,10,25,10,68223234,1,2575,
|
||||
85000450,1,656912,141,140,268505089,63,62,285281281,0,63,2063,10,101384453,0,9,10,2049,56,25,
|
||||
|
|
Loading…
Reference in a new issue