-
Notifications
You must be signed in to change notification settings - Fork 1
/
nt.ga
737 lines (689 loc) · 9.16 KB
/
nt.ga
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
include(ga144.hdr)
define(READ_FOREVER, `')
include(708out.hdr)
---------------------------- 704 ----------------------------
@p b!
EAST
: main
\@b
@p a!
read-byte
@p push
18
@+ !b unext
jump main
: read-byte
- push
call 705.out0
call 705.out0
call 705.out0
call 705.out0
call 705.out0
call 705.out0
pop @p push \ return addr
EAST
@p push
17 \ loop counter
jump 705.oloop \ call 705.24o
dup drop
call 705.setup
@p - !
0
call 705.in8
!
jump 705.again
---------------------------- 705 ----------------------------
\ See block 1428 for ROM definitions
\ For usage notes:
\ https://mschuldt.github.io/www.colorforth.com/flash.htm
\ http://ww1.microchip.com/downloads/en/DeviceDoc/25024C.pdf
\ EVB001 note: check jumpers J20 and J26
include(romSPI.hdr)
@p a!
EAST
@p b!
io
@p @p
0x2b
0x2a
: again
@p call cmd
eval(`0x03 << 10') \ read
@p a! @
SOUTH
-if read-word
jump WEST
: setup
over over over
over over over @p
EAST
a! ;
: read-word
call 24o
call setup
call in8
pop !
dup !
@p and push
63
: readloop
call in18
! next readloop
jump again
: cmd \ n-
@p !b @p
0x2f
0x2b
!b @p
7
push jump oloop
: 24o
@p push
23
: oloop
-if tx0
2* @p !b @p
0x3a
0x3b
!b next oloop
drop ;
: tx0
push dup !b
over !b pop
2* next oloop
drop ;
: in8
dup dup or @p
7
push jump inloop
: in18
@p push dup
17
: inloop
push !b !b
pop @b
-if got0
drop - 2*
- next inloop
;
: got0
drop 2*
next inloop
;
: out0
dup !b over
!b ;
---------------------------- 506 ----------------------------
\ attr: render color 0 .3 .3
@p b!
NORTH
: main
jump NORTH
: addr \ ( -- o )
\ fetch byte address 0-383
\ set A to bank
\ o to offset 0-63
dup 2/
2/ 2/ 2/
2/ 2/ call tab
WEST \ 3 bank nodes
SOUTH
EAST
: tab
pop + a!
@ a! @p
63
and ;
: @
@b call addr
@p ! !
@p a! @ !p
@ !b ;
: !
@b call addr
@p ! ! @p
@p a! . .
@p ! . .
! @b ! ;
: c@
@b dup dup
call addr
@p ! !
@p a! @ !p
2/ 2* or \ low bit of addr
2* 2* 2* \ 0 or 8
push @ next hibyte
: lo8
@p and !b ;
255
: hibyte
2/ unext jump lo8
: c!
@b dup
call addr
@p ! !
@p a! . .
! @b ! ;
: erase
@b push @b
: loop
dup call addr
@p ! ! @p
@p a! dup
or !
! @p . +
1
next loop
;
\ The three banks for the RAM
---------------------------- 505 ----------------------------
\ attr: render color .3 .3 0
: cold
jump EAST
50502
50504
---------------------------- 507 ----------------------------
\ attr: render color .3 .3 0
: cold
jump WEST
50702
50704
---------------------------- 406 ----------------------------
\ attr: render color .3 .3 0
: cold
jump NORTH
40602
40604
---------------------------- 706 ----------------------------
@p a! @p
WEST
SOUTH
b!
: again
@ -if read-code
@
@p !b
@p \call 606.-!
!b
@p !b
call 606.DORETURN
jump again
: read-code
@
dup @p push
9
2* unext
-if noreturn
@p !b
call 606.DORETURN
: noreturn
drop
@p and push
63
@ !b unext
jump again
---------------------------- 605 ----------------------------
\ R stk
@p b!
NORTH \ to F
@p a!
RSTACKTOP
: main
jump EAST \ port exe from X
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
: RSTACKTOP
: RETURN
@+ !b ;
: RPUSH
@p a +
-1
a! ! ;
---------------------------- 606 ----------------------------
\ D stk and execute
@p b!
WEST \ R stk
@p a!
STACKTOP
@p
0x947
: again
@p call GO
0
jump NORTH \ port exe from D
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
: STACKTOP
: TO_R
@p !b !b ;
@p call 605.RPUSH
: DORETURN
@p !b ;
call 605.RETURN
: IFELSE \ a b f : if (f) a else b
if TWOD
drop
: TWOD
drop
: GO
@p !b !b ;
@p !b
: LIT
over
: -!
@p a +
-1
a! ! ;
: 18shr
@p push
8
2/ 2/ unext ;
: swap
over push over
or or pop
jump NORTH \ why?
---------------------------- 610 ----------------------------
@p a!
373
@p b!
469
: __start
jump main
; . . .
jump wait
: main
@ dup push .
ex . . .
call main
: wait
@p b! !b .
277
@ !b @ .
!b @b ! @p
469
b! ; . .
---------------------------- 609 ----------------------------
@p a!
469
@p b!
373
: __start
jump main
; . . .
jump wait
: main
@ dup push .
ex . . .
jump main
: wait
!b @ !b .
@ !b @b .
! ; . .
---------------------------- 608 ----------------------------
@p a!
373
@p b!
469
: __start
jump run
jump emit
jump wait
: run
@ dup push .
ex . . .
jump run
: emit
@p b! @ .
277
!b @p b! ;
469
: wait
!b @ !b .
@ !b @b .
! ; . .
---------------------------- 607 ----------------------------
@p a!
469
@p b!
373
: __start
jump main
@ !b ; .
jump wait
: main
@ dup !b .
push ex . .
jump main
: wait
@ !b @ .
!b @b ! ;
\---------------------------- 708 ----------------------------
\: __start
\: emit1
\ @p and @p .
\ 1
\ 3
\ or !b @p .
\ 904
\ push . . .
\ unext ; . .
\: emit8
\ @p call emit1
\ 0
\ @p push . .
\ 7
\: _12
\ dup call emit1
\ 2/ next _12
\ @p jump emit1
\ 1
\: emit18
\ @p call emit8
\ 0
\ drop call emit8
\ call emit8
\ jump emit8
\: main
\ @p b! @p .
\ 349
\ 277
\ a! . . .
\: loop
\ @ call emit18
\ jump loop
\
---------------------------- 611 ----------------------------
@p a!
469
@p b!
373
: __start
jump main
; . . .
jump wait
: main
@ dup !b .
push ex . .
call main
: wait
@p a! . .
277
: loop
@ -if _8
- @p a! .
469
! ; . .
: _8
!b @b ! .
jump loop
---------------------------- 709 ----------------------------
@p a!
325
@p b!
349
: __start
: main
@p push . .
3
: _2
@p @p next _2
: _40
341
170
@p push push .
341
push push push .
push push push .
push @p @p @p
0
2
2
@p @p @p @p
2
: _30
2
2048
170
: cycle
over or dup .
!b dup ! .
over or dup .
!b dup ! .
push push 2* .
-if _23
drop 2* . .
-if _25
drop 2* . .
-if _27
drop . . .
@p . . .
call _30
@p a! ! @p
373
325
a! pop pop .
drop push 2* .
2* -if _37
drop . . .
@p . . .
call _40
@p a! ! @p
373
325
a! !b @p .
2
: _37
@p . . .
2
: _27
@p . . .
2
: _25
@p . . .
2
: _23
pop pop . .
jump cycle
---------------------------- 710 ----------------------------
@p a!
469
@p b!
349
: __start
jump main
; . . .
jump wait
: 1s
call @waiting-time
if 8 \ 8hz
. @p . +
-1
dup call !waiting-time
if _8
; . . .
: _8
call @waiting-fragment
@p b! !b @p
277
349
b! . . .
: 8hz
@b @p and .
8192
if _17
@p b! @b dup
277
push ex . .
@p b! . .
349
: _17
; . . .
: wait
@b @p . +
1
call !waiting-fragment
@b jump !waiting-time
: !waiting-fragment
@p drop !p ;
: @waiting-fragment
@p ; . .
0
: !waiting-time
@p drop !p ;
: @waiting-time
@p ; . .
0
: main
@p push ex .
373
; . . .
---------------------------- 715 ----------------------------
@p a!
325
@p b!
349
: __start
jump main
: -osc
push . . .
: _10
@p !b dup .
196608
2/ dup push .
unext @p !b .
131072
over @p and .
1
+ push . .
unext next _10
dup or !b dup
@p push . .
30000
: _16
drop @b - .
-if _15
next _16
; . . .
: _15
dup or pop .
drop ; . .
: main
@p @p push .
12895
2000
: _29
dup @p . .
5000
call -osc
if prep
drop @p . +
1
next _29
jump main
: prep
@p @p @p @p
0
131072
2048
198656
@p @p @p @p
0
131072
2048
198656
: run
!b !b @ .
drop jump run