in reply to Re: Re^3: Perl Operating System
in thread Perl Operating System
(The ret is a CP/M remnant. There's an int 20h at the top of the program segment prefix and DOS puts a 0000 word on the stack before it passes control to the program. We are now deep in the dark ages of microcomputer "operating systems".)mov ah, 09h mov dx, offset msg int 21h ret msg db "ASM?$"
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^5: Perl Operating System
by tachyon (Chancellor) on Mar 29, 2004 at 11:10 UTC |