Re: string
arargh407NOSPAM_at_NOW.AT.arargh.com
Date: 08/26/04
- Next message: Randall Hyde: "Re: string"
- Previous message: The Wannabee: "Re: New HIDE (HLA IDE) version is available"
- In reply to: The Wannabee: "Re: string"
- Next in thread: The Wannabee: "Re: string"
- Reply: The Wannabee: "Re: string"
- Reply: The Wannabee: "Re: string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Aug 2004 16:31:57 -0500
On Thu, 26 Aug 2004 23:18:15 +0200, The Wannabee
<faq@.@.@SZMyggenPV.com> wrote:
>På Thu, 26 Aug 2004 21:06:04 GMT, skrev Kleidemos <francesca8810@tin.it>:
>
>>
>> CPU_VENDOR:
>> mov VendorStr, ebx
>> mov VendorStr, edx
>> mov VendorStr, ecx
>> mov dx, VendorStr
>> ; set int 21h service 09h
>> mov ah, 09h
>> int 21h
>> With
>>
>> VendorStr db "", 13, 10, '$'
>
>lol.
>
>Try
> mov DWORD PTR[VendorStr( + 0)], ebx
Which would overwrite the 13,10,'$' and the following byte.
<snip>
-- Arargh407 at [drop the 'http://www.' from ->] http://www.arargh.com BCET Basic Compiler Page: http://www.arargh.com/basic/index.html To reply by email, remove the garbage from the reply address.
- Next message: Randall Hyde: "Re: string"
- Previous message: The Wannabee: "Re: New HIDE (HLA IDE) version is available"
- In reply to: The Wannabee: "Re: string"
- Next in thread: The Wannabee: "Re: string"
- Reply: The Wannabee: "Re: string"
- Reply: The Wannabee: "Re: string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|