Skip to content

Commit

Permalink
pre-RELEASE
Browse files Browse the repository at this point in the history
	modified:   main.fs
	modified:   memory.h
	modified:   rp2040-ARM-Forth-sbx-a.ino
	modified:   sketch.cpp
	modified:   tags

On branch rp2040-multicore-a
  • Loading branch information
wa1tnr committed Jan 2, 2022
1 parent 4acf23f commit f6bb797
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 23 deletions.
10 changes: 6 additions & 4 deletions main.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ main.fs
\ Sun 2 Jan 17:11:50 UTC 2022
\ Sun 2 Jan 18:38:07 UTC 2022

target
turnkey
Expand All @@ -8,9 +8,6 @@ turnkey

: test ." this is going to be good " ;

: id ." 2 Jan Sunday 17:11z" cr
." rp2040-dvlp-dd-multc-a"cr ;

: demob stop 8000 #, ms
start 2000 #, ms
stop 8000 #, ms
Expand All @@ -21,4 +18,9 @@ turnkey
." demo complete. "
;

\ parent branch was rp2040-dvlp-dd-multc-a

: id ." Sun 2 Jan 18:38:07" cr
." rp2040-multicore-a" cr ;

turnkey decimal initGPIO interpret
28 changes: 14 additions & 14 deletions memory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// memory.h

const uint16_t memory[] = {
1025,
1018,
1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25,
Expand Down Expand Up @@ -117,20 +117,19 @@ const uint16_t memory[] = {
32, 105, 115, 32, 103, 111, 105, 110,
103, 32, 116, 111, 32, 98, 101, 32,
103, 111, 111, 100, 32, 90, 1, 0,
58, 22, 32, 50, 32, 74, 97, 110,
32, 83, 117, 110, 100, 97, 121, 32,
32, 32, 49, 55, 58, 49, 49, 122,
90, 25, 58, 22, 114, 112, 50, 48,
52, 48, 45, 100, 118, 108, 112, 45,
100, 100, 45, 109, 117, 108, 116, 99,
45, 97, 90, 25, 1, 0, 846, 6,
8000, 0, 24, 866, 6, 2000, 0, 24,
846, 6, 8000, 0, 24, 866, 6, 2000,
0, 24, 846, 6, 8000, 0, 24, 866,
6, 2000, 0, 24, 846, 58, 15, 100,
101, 109, 111, 32, 99, 111, 109, 112,
108, 101, 116, 101, 46, 32, 90, 1,
211, 62, 720, 65535, 65535, 65535, 65535, 65535,
6, 2000, 0, 24, 846, 6, 8000, 0,
24, 866, 6, 2000, 0, 24, 846, 58,
15, 100, 101, 109, 111, 32, 99, 111,
109, 112, 108, 101, 116, 101, 46, 32,
90, 1, 0, 58, 19, 83, 117, 110,
32, 32, 50, 32, 74, 97, 110, 32,
49, 56, 58, 51, 56, 58, 48, 55,
90, 25, 58, 18, 114, 112, 50, 48,
52, 48, 45, 109, 117, 108, 116, 105,
99, 111, 114, 101, 45, 97, 90, 25,
1, 211, 62, 720, 65535, 65535, 65535, 65535,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
Expand Down Expand Up @@ -450,7 +449,8 @@ const uint16_t memory[] = {
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
25605, 28005, 25199, 974, 26882, 8292, 920, 29700,
65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
26882, 8292, 971, 25605, 28005, 25199, 920, 29700,
29541, 8308, 890, 29445, 24948, 29810, 866, 29444,
28532, 8304, 846, 25094, 26988, 27502, 8307, 833,
25092, 26988, 8299, 819, 27651, 25701, 814, 28163,
Expand Down
2 changes: 1 addition & 1 deletion rp2040-ARM-Forth-sbx-a.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Sun 2 Jan 17:11:50 UTC 2022
// Sun 2 Jan 18:38:07 UTC 2022
// rp2040-ARM-Forth-sbx-a.ino
// empty .ino file
4 changes: 2 additions & 2 deletions sketch.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ARM-Forth-sbx-a.ino
// Sun 2 Jan 17:11:50 UTC 2022
// sketch.cpp
// Sun 2 Jan 18:38:07 UTC 2022

#warning sketch.cpp seen

Expand Down
4 changes: 2 additions & 2 deletions tags
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ blinks libtnr.fs +27
stop libtnr.fs +30
start libtnr.fs +31
test main.fs +9
id main.fs +11
demob main.fs +14
demob main.fs +11
id main.fs +23
.stack job.fs +57
check job.fs +58

0 comments on commit f6bb797

Please sign in to comment.