home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
General
/
PDP-8 Emulator
/
Test Files
/
Test.SRC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-19
|
266 b
|
13 lines
|
[
TEXT/KAHL
]
; Test Program with some bastard stuff in it
ORG $10
EQU CHEESE 10
CLA
TAD $10+CHEESE+%17-3 ;chew on that!
DCA 100
CLA ; ;ready to actually do something?
LOOP: IAC ;
SZA ;
JMP LOOP ; keep doing it
STOP: HLT
END