[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dosemu with hebrew
On 2001 December 31 &bet;,Monday 19:39, evyatar wrote:
> mov ax,100
> int 21
> mov ah, al
> shr al, 1
> shr al, 1
> shr al, 1
> shr al, 1
> cmp al, 0a
> sbb al, 69
> das
> push ax
> mov dl,al
> mov ax,200
> int 21
> pop ax
> mov al, ah
> and al, 0f
> cmp al, 0a
> sbb al, 69
> das
> mov dl,al
> mov ax,200
> int 21
> mov ah,4c
> int 21
dos assembly in a linux mailing list - now I have seen it all.
(some weeks ago there were a little bit of unix talk on the freedos mailing
list).
what is "das" anyway?
- diego
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il