TCPU/examples/loop.tasm
2025-03-12 12:57:42 +05:00

8 lines
78 B
TASM

/*
Example of self-repeating code section
*/
.main:
//TODO loop example
exit