Results 1 to 11 of 11

Thread: applications of asm today?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    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!!

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    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.


    ØØ

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: applications of asm today?

    Quote 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!!

  4. #4
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: applications of asm today?

    Quote 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

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  6. #6
    Addicted Member
    Join Date
    Feb 2005
    Location
    Cleveland, Ohio
    Posts
    255

    Re: applications of asm today?

    does anyone know how to do asm in vb

  7. #7

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: applications of asm today?

    Quote 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!!

  8. #8
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: applications of asm today?

    Quote 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

  9. #9
    Addicted Member
    Join Date
    Mar 2005
    Posts
    158

    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

  10. #10
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: applications of asm today?

    Quote 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

  11. #11
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: applications of asm today?

    Quote 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
  •  



Click Here to Expand Forum to Full Width