feat(t32): initial support

This commit is contained in:
xasc 2022-11-06 17:44:50 +01:00 committed by Stephan Seitz
parent 51df4212e7
commit 2d48cbc831
10 changed files with 371 additions and 0 deletions

View file

@ -0,0 +1,37 @@
WinPOS ,,1000.,,,,myWatchWindow
; ^ number
PRinTer.OPEN "~~~/varwatch.txt" ASCIIE
; ^ string
sYmbol.NEW _InitialSP 0x34000100
; ^ number
DO ~~~~/test.cmm
; ^ string.special
WAIT 1.ns
; ^ number
SYStem.JtagClock 100.GHZ
; ^ number
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
; ^ number
List `main`
; ^ symbol
&range = 'a'--'z'||'0'--'9'
; ^ character
; ^ operator
; ^ character
Data.Set 0xffff800000 0y0011xx01xx&&a
; ^ number
; ^ operator
WinPOS 0% 85% 100% 15%
; ^ number
// vim: set ft=t32: