logical operators
This commit is contained in:
12
examples/loop.tasm
Normal file
12
examples/loop.tasm
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Example of graphical application
|
||||
*/
|
||||
|
||||
.main:
|
||||
|
||||
le
|
||||
gt
|
||||
eq
|
||||
jif
|
||||
jel
|
||||
exit
|
||||
9
examples/window.tasm
Normal file
9
examples/window.tasm
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Example of graphical application
|
||||
*/
|
||||
|
||||
.main:
|
||||
|
||||
jif
|
||||
jel
|
||||
exit
|
||||
Reference in New Issue
Block a user