logical operators

This commit is contained in:
2025-03-11 14:01:47 +05:00
parent 4de066b6c1
commit ad5c2b856a
9 changed files with 185 additions and 27 deletions

12
examples/loop.tasm Normal file
View File

@@ -0,0 +1,12 @@
/*
Example of graphical application
*/
.main:
le
gt
eq
jif
jel
exit

9
examples/window.tasm Normal file
View File

@@ -0,0 +1,9 @@
/*
Example of graphical application
*/
.main:
jif
jel
exit