mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
23 lines
618 B
Plaintext
23 lines
618 B
Plaintext
CP/M ASM86 1.1 SOURCE: JUNK.A86 PAGE 1
|
||
|
||
|
||
org 100h
|
||
0100 BA0F01 mov dx,offset msg
|
||
0103 B109 mov cl,9
|
||
0105 CDE0 int 224
|
||
0107 BA0000 mov dx,0
|
||
010A B90000 mov cx,0
|
||
010D CDE0 int 224
|
||
|
||
010F 68692066726F msg db 'hi from the cache ', 10,13, '$'
|
||
6D2074686520
|
||
636163686520
|
||
0A0D24
|
||
end
|
||
|
||
|
||
END OF ASSEMBLY. NUMBER OF ERRORS: 0. USE FACTOR: 0%
|
||
PAGE 1
|
||
|
||
|
||
|