4 lines
98 B
Text
4 lines
98 B
Text
JCXZ bar
|
|
foo:
|
|
LOOP foo ;subtract 1 from CX, and if CX is still nonzero jump back to foo
|
|
bar:
|