-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
72 lines (46 loc) · 999 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
able-forth
able-forth implements a Forth-like programming language that targets the AbleVM
REQUIREMENTS
able
GETTING STARTED
able-forth only requires able to run but the img and scr tools are recommended
for working with image and screen files (as demonstrated under "Bootstrapping")
Example Session
$ able forth.img
( ready for launch?)
ok
# 5 for i@ 1+ . cr next ." LIFTOFF!" cr
5
4
3
2
1
LIFTOFF!
ok
bye
$
Bootstrapping
See build.sh for an example of how to bootstrap Able Forth
GETTING INVOLVED
Contact Details
Find us online at ablevm.org or email us at [email protected]
Code of Conduct
Respect each other and please don't spam
LICENSE
ISC-style license
DETAILS
Memory Map
0-64 main
0-1 boot
1-2 tasks
2- code
32-64 recv buff
64-128 reserved for deployment
128-192 Able Forth
128-129 task
129-130 eval buff
130-132 send buff
132- code
192-256 reserved for bootstrap
256- free
1024 byte blocks