|
-
Mar 8th, 2005, 04:03 PM
#1
applications of asm today?
I'm just wondering, EXCLUDING the people who write device drivers and parts of operating systems, AND embeded stuff.... is there any demand for people who know ASM? any applications of it besides those areas?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 9th, 2005, 04:30 AM
#2
Re: applications of asm today?
It is sometimes a + if you know some if you apply for a game programming job. Except that I can't see much use for it. Unless you work for Intel or AMD though.
ØØ
-
Mar 9th, 2005, 08:36 PM
#3
Re: applications of asm today?
 Originally Posted by NoteMe
It is sometimes a + if you know some if you apply for a game programming job. Except that I can't see much use for it. Unless you work for Intel or AMD though.
ØØ
aah games! never though of that
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 10th, 2005, 02:26 PM
#4
Hyperactive Member
Re: applications of asm today?
 Originally Posted by MrPolite
aah games! never though of that
Anything that is demanding of performance or size, you'll find a demand for asm. That's why you see inline ASM in visual C++. =P
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Apr 1st, 2005, 07:17 PM
#5
Re: applications of asm today?
You may not need it, but it is good to be familiar with it. It can help with debugging in C/C++, even if you don't write in the language.
My usual boring signature: Nothing
 
-
Apr 10th, 2005, 01:04 PM
#6
Addicted Member
Re: applications of asm today?
does anyone know how to do asm in vb
-
Apr 10th, 2005, 02:02 PM
#7
Re: applications of asm today?
 Originally Posted by Jacob123
does anyone know how to do asm in vb
lol what do you mean? inline asm? that isnt possible as far as I know 
plus if there is really a need to write asm for performance, then you probably shouldnt be using vb (vb6 at least)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 10th, 2005, 08:18 PM
#8
Hyperactive Member
Re: applications of asm today?
 Originally Posted by MrPolite
lol what do you mean? inline asm? that isnt possible as far as I know 
plus if there is really a need to write asm for performance, then you probably shouldnt be using vb  (vb6 at least)
Well there is a hacky way of using inline asm in visual basic but I wouldn't recommend it. Instead you should write a dll and call it from visual basic.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
-
Apr 19th, 2005, 02:13 PM
#9
Addicted Member
Re: applications of asm today?
here is a small sample to use fasm generated dll inside VB
http://board.flatassembler.net/topic.php?t=3321
-
May 5th, 2005, 12:28 PM
#10
Re: applications of asm today?
 Originally Posted by Maven
Well there is a hacky way of using inline asm in visual basic but I wouldn't recommend it. Instead you should write a dll and call it from visual basic.
Ah. Your post here? I'm "chemicalNova" there. That's what I use nowadays, since I'm not 12 years old anymore and don't think my username is as l33t as it used to be 
Phreak
Visual Studio 6, Visual Studio.NET 2005, MASM
-
May 5th, 2005, 01:38 PM
#11
Hyperactive Member
Re: applications of asm today?
 Originally Posted by chemicalNova
Ah. Your post here? I'm "chemicalNova" there. That's what I use nowadays, since I'm not 12 years old anymore and don't think my username is as l33t as it used to be
Phreak
Yea think that post covers 2 hacky ways of adding inline crap to vb. One is via variable and the other is a external program that adds it to the compiled exe.
Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|