The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: kurf on February 13, 2005, 10:39:32 PM

Title: ASM to VB.NET
Post by: kurf on February 13, 2005, 10:39:32 PM
Hi I am new to ASM; was wondering if there is a converter for "asm to vb.net"? If so where might I find it?
Title: Re: ASM to VB.NET
Post by: drhowarddrfine on February 14, 2005, 02:30:30 AM
That would be like asking for an asm to C++ converter.  You would be going the wrong direction.  There is an asm to ILasm converter that I'd have to look up but I don't know if that's what you want.
Title: Re: ASM to VB.NET
Post by: sluggy on February 15, 2005, 09:47:16 AM
Quote from: kurf on February 13, 2005, 10:39:32 PM
Hi I am new to ASM; was wondering if there is a converter for "asm to vb.net"?
You are probably quite new to VB.Net too  :wink The two are not even close, especially as VB.Net is managed code running inside a framework, and x86 asm isn't  :red
Title: Re: ASM to VB.NET
Post by: fallenhobbit on February 17, 2005, 10:12:11 AM
lemme break it down toe to toe. .NET anything is a Mack Truck. Asm is an indy car. What yer asking for is a way to make an indy car run like a mack truck. It can be done, but why on earth would you?
Title: Re: ASM to VB.NET
Post by: drhowarddrfine on February 17, 2005, 03:09:10 PM
QuoteIt can be done, but why on earth
I do not think it can be done at all.
Title: Re: ASM to VB.NET
Post by: pbrennick on February 17, 2005, 03:18:58 PM
I doubt, from what I have read, that it can be done, also. But I am not an expert on vb.net, just well read.  I think, as already has been said. the closest would be asm to ilasm; and, also, this is a casual question from a well intentioned person.  Anyone aware of the process would realize that this is walking backwards.  No offense, like I said I think you are just curious.

Paul
Title: Re: ASM to VB.NET
Post by: AeroASM on February 20, 2005, 08:50:26 PM
Were you just curious or do you need a converter to solve some problem? If the latter, then please tell us the problem so we might be able to help you.
Title: Re: ASM to VB.NET
Post by: kurf on February 27, 2005, 06:49:16 PM
I needed to know to complete/fix a problem!
Thank you for your replies.