Results 1 to 15 of 15

Thread: Need Help whit Assembly

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2007
    Posts
    4

    Need Help whit Assembly

    Hi all,

    I am new here on this forum.
    I realy wanne learn Assembly i dont know anything about it do i need to have an Extra module maby some one can send me a source or code i think i would understand it faster?

    I wanne learn Assembly in Visual Basic 6..
    Maby some one can add my msn or something??

    [email protected]
    thnx greetz, SH15TER

  2. #2
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    two things:
    Double-posting the exact same question is frowned upon and moderators usually either delete one of them or combine them into one thread anyway.
    and...
    Visual basic 6 (or for that matter any of them) does not support assembly. I am not sure you are actually referring to the assembly programming language, however. Please clarify. C++ is the only compiler in visual studio that supports inline assembly.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Need Help whit Assembly

    This one's a non-starter.

  4. #4

    Thread Starter
    New Member
    Join Date
    Oct 2007
    Posts
    4

    Re: Need Help whit Assembly

    I did not double post i think?
    But i have c++ but its harder then VB6.
    And a friend code in VB6 and use Assembly??

  5. #5
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    if he programs in assembly, ask HIM how he did it. It is possible to use an assembler to create a .dll from assembly and link into the .dll from vb. But you can't write the assembly in vb.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Need Help whit Assembly

    On a side note:

    There is a VERY nasty hack in which you can directly insert the output of FASM straight into a byte array in VB code and then use a few API calls to load that byte array as a function and run it. But that is the sort of thing that idiots get up to, because to be honest the amount of work involved is probably ten times more than just using inline ASM in C which would be safer anyway.
    I don't live here any more.

  7. #7
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271

    Re: Need Help whit Assembly

    There was an article written by, I believe, John Chamberlain called "Taking control of the compiler" or something like that. He provided code that hooked the CreateProcess of vb's ide and you could modify/add asm directly into the asm that vb ide spits out before it was compiled and linked. Maybe that is how he did it.

  8. #8
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    Quote Originally Posted by wossname
    On a side note:

    There is a VERY nasty hack in which you can directly insert the output of FASM straight into a byte array in VB code and then use a few API calls to load that byte array as a function and run it. But that is the sort of thing that idiots get up to, because to be honest the amount of work involved is probably ten times more than just using inline ASM in C which would be safer anyway.
    Sounds exactly like the hoops necessary to get qbasic to work with a mouse.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  9. #9

    Thread Starter
    New Member
    Join Date
    Oct 2007
    Posts
    4

    Re: Need Help whit Assembly

    I make WarRock Hacks XD

  10. #10
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Need Help whit Assembly

    Quote Originally Posted by Lord Orwell
    Sounds exactly like the hoops necessary to get qbasic to work with a mouse.
    Man that takes me back.

    *nostalgia*

    I always liked the way that the qbasic interpreter was about 15% faster than qbasic's compiled EXE's. Quality.
    I don't live here any more.

  11. #11
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    my version of qbasic wouldn't compile. You sure you aren't thinking of quickbasic? I never was able to compile until i got visual basic for DOS, which was a really retarded program because it had a MDI you could use similar to windows for your program, but every single program had to be in the same exe. Not much use for it really. I simply compiled my qbasic programs with it.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  12. #12
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Need Help whit Assembly

    I didn't realise there was a distinction. This was a long time ago though.
    I don't live here any more.

  13. #13
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    yeah, qbasic was the confusing name of the free interpreter that came with every version of dos. I was not aware they were separate for a long time either.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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

    Re: Need Help whit Assembly

    Hmmm, I have to drop by here more often. I didn't realize that qbasic was NOT the same as quickbasic. I thought one was just an abbreviation for the other, sort of like qsort.
    My usual boring signature: Nothing

  15. #15
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Need Help whit Assembly

    kind of like jscript and javascript
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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