>  2005/06/11 (土) 00:19:05        [qwerty]
> > 誰か、ALGOL58とかm68アセンブラとかで誰か書いてくれ
> START:
> 	mov	cx,10
> 	mov	dl,'t'
> 	mov	dl,'e'
> 	mov	dl,'s'
> 	mov	dl,'t'
> PL1:
> 	mov	ah,2
> 	int	21h
> 	loop	PL1
> 	mov	ax,4c00h
> 	int	21h

C:\>debug
-a
25FE:0100 mov dx,110
25FE:0103 mov ah,9
25FE:0105 int 21
25FE:0107 mov ax,4c00
25FE:010A int 21
25FE:010C db 0
25FE:010D db 0
25FE:010E db 0
25FE:010F db 0
25FE:0110 db "test",0d,0a,"test",0d,0a,"test",0d,0a,"test",0d,0a
25FE:0128 db "test",0d,0a,"test",0d,0a,"test",0d,0a,"test",0d,0a
25FE:0140 db "test",0d,0a,"test",0d,0a,"$",0
25FE:014E
-rcx
CX 0000
:50
-nhoge.com
-w
00050 バイト書き込み中
-q

C:\>
C:\>hoge
test
test
test
test
test
test
test
test
test
test

C:\>

参考:2005/06/11(土)00時08分29秒