Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
11
COMAN/THELOOP.ASM
Normal file
11
COMAN/THELOOP.ASM
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
thecode SEGMENT para public 'CODE'
|
||||
ASSUME cs:thecode
|
||||
.386
|
||||
LOCALS
|
||||
NOJUMPS
|
||||
|
||||
PUBLIC theloop
|
||||
include theloop.inc
|
||||
|
||||
thecode ENDS
|
||||
END
|
||||
Loading…
Reference in a new issue