blob: 92c9e5b16715b073e582a966f77cc1da0190686c (
plain) (
blame)
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
|
WinPOS ,,1000.,,,,myWatchWindow
; ^ @number
PRinTer.OPEN "~~~/varwatch.txt" ASCIIE
; ^ @string
sYmbol.NEW _InitialSP 0x34000100
; ^ @number
DO ~~~~/test.cmm
; ^ @string.special.path
WAIT 1.ns
; ^ @number.float
SYStem.JtagClock 100.GHZ
; ^ @number.float
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
; ^ @constant.builtin
List `main`
; ^ @variable
&range = 'a'--'z'||'0'--'9'
; ^ @character
; ^ @operator
; ^ @character
Data.Set N: 0xffff800000 0y0011xx01xx&&a
; ^ @constant.builtin
; ^ @number
; ^ @number
; ^ @operator
WinPOS 0% 85% 100% 15%
; ^ @number.float
// vim: set ft=t32:
|