1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-29 11:00:55 +10:00

cmp: add tests

This commit is contained in:
Virgil Dupras 2020-04-05 19:52:12 -04:00
parent fca0e79da3
commit 67d732c4be

4
tests/forth/test_cmp.fs Normal file
View File

@ -0,0 +1,4 @@
0x70 <>{ 0x70 &= 0x58 |= 0x20 |= <>} #
0x71 <>{ 0x70 &= 0x58 |= 0x20 |= <>} NOT #
0x42 <>{ 0x40 &> 0x44 &< <>} #
0x44 <>{ 0x40 &> 0x44 &< <>} NOT #