Skip to content

Commit fc1f304

Browse files
committed
Add test Bitwise U8
1 parent 5753318 commit fc1f304

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#include "lib/tst_framework.bas"
2+
3+
INIT("Testing bitwise U8")
14

25
DIM a as uByte = 1
36

@@ -16,4 +19,4 @@ PRINT
1619
PRINT 255 bxor a; " = 254"
1720
PRINT a bxor a; " = 0"
1821

19-
22+
FINISH
6.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)