Files
tsvm/assets/emit.bas

4 lines
48 B
QBasic

10 for k=0 to 1024
20 emit(k mod 1024;)
30 next