feat(t32): update tests to new node types

This commit is contained in:
Christoph Sax 2023-07-30 18:10:40 +02:00 committed by Christian Clason
parent 536c8a3880
commit 0fe8fa0bcf
3 changed files with 78 additions and 14 deletions

View file

@ -11,13 +11,13 @@ DO ~~~~/test.cmm
; ^ string.special
WAIT 1.ns
; ^ number
; ^ float
SYStem.JtagClock 100.GHZ
; ^ number
; ^ float
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
; ^ number
; ^ constant.builtin
List `main`
; ^ symbol
@ -28,11 +28,12 @@ List `main`
; ^ character
Data.Set N: 0xffff800000 0y0011xx01xx&&a
; ^ number
; ^ constant.builtin
; ^ number
; ^ number
; ^ operator
WinPOS 0% 85% 100% 15%
; ^ number
; ^ float
// vim: set ft=t32: