8 lines
78 B
TASM
8 lines
78 B
TASM
/*
|
|
Example of self-repeating code section
|
|
*/
|
|
|
|
.main:
|
|
//TODO loop example
|
|
exit
|