> On 2001 December 31 ,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). If you have only linux and dos with no assembler for dos this is the only way. > what is "das" anyway? > - diego das is "Decimal Adjust AL Register After Substraction" see http://www.imada.ou.dk/~jews/PInfo/intel.html
btw. anyone know how to load the hebrew code page 862. all I found in http://www.iglu.org.il/faq/cache/80.html is about 8859-8 -evyatar ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
