home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
program
/
compiler
/
szadb21b
/
source
/
doc
/
tex
/
jumpone.exm
< prev
next >
Wrap
Text File
|
1990-08-15
|
125b
|
10 lines
...
bra .test
.body:
...
.test:
cmp d0, d1
bnz .body
.end
...