mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 02:14:19 +00:00
Upload
Digital Research
This commit is contained in:
11
MPM OPERATING SYSTEMS/MPM-86/MISC DRI DISKS/22/JUNK.A86
Normal file
11
MPM OPERATING SYSTEMS/MPM-86/MISC DRI DISKS/22/JUNK.A86
Normal file
@@ -0,0 +1,11 @@
|
||||
org 100h
|
||||
mov dx,offset msg
|
||||
mov cl,9
|
||||
int 224
|
||||
mov dx,0
|
||||
mov cx,0
|
||||
int 224
|
||||
|
||||
msg db 'hi from the cache ', 10,13, '$'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user