Thread: Assembly Language

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    12

    Assembly Language

    Hello,

    anyone know of any Assembly Language message boards. I'm having the hardest time trying to get VS2010 to run my programs.

    Thanks!

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612

  3. #3
    Registered User
    Join Date
    May 2012
    Posts
    12
    wow, you're so clever. I thought maybe someone here might know of a good resource, because the ones I found didn't get much traffic. I won't bother you all again.
    Last edited by vhj6; 07-28-2012 at 06:29 PM.

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    One member does not reflect the entire community.
    Furthermore, you failed to specify that you had googled and didn't find any good results, so I think the reply you got is fair game.
    But don't sell yourself short. There may yet be someone who knows a good resource. Don't give up because you get one unfavorable reply. Fix the reason you got it, and you may find that you get better replies next time.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > I'm having the hardest time trying to get VS2010 to run my programs.
    Given that 90% of the assembler code for PCs which you typically stumble across on the web is for 16-bit DOS, it's really no wonder it doesn't work at all when you try to "assemble" it using tools which only understand 32-bit machines.

    Post your code and your error messages.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. assembly language
    By spongefreddie in forum C Programming
    Replies: 15
    Last Post: 02-12-2011, 08:36 PM
  2. Assembly language ???
    By kinda in forum C Programming
    Replies: 7
    Last Post: 11-02-2010, 08:28 PM
  3. Assembly Language
    By The Brain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 08-01-2004, 08:28 AM
  4. Assembly Language...
    By Yoshi in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 12-20-2001, 10:04 AM
  5. Assembly Language
    By Breach23 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-21-2001, 11:31 AM