ORDER ASSEMBLY Language

Discussion in 'C' started by Mohammed, Dec 7, 2008.

  1. Mohammed

    Mohammed New Member

    Joined:
    Dec 7, 2008
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Helloooooooooo

    I get a possible an assembly language to Intel 8086 by using MASM Progrome ,to control a small car like a small project in motor to car and move to Right,Lift,trend and behind.



    To control car by usnig keyboard (arrow) and conected from USB or by using joystick not by using keyboard.



    good bye



    I hope to find this program ... mohammed
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Moved to Advance C programming section.
     
  3. imported_xpi0t0s

    imported_xpi0t0s New Member

    Joined:
    Jul 18, 2008
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    0
    This will be very dependent on the hardware.
    What commands will be transmitted to the car across USB? Will these be low level motor commands or high level keyboard commands?
    Will the code that translates from the high level keyboard commands into low level motor control commands be on the PC or in the car's electronics?
    Do you know how to read the keyboard or joystick in assembler? (It seems odd you do not know which you want to use.)
    I think it's highly unlikely you'll find a program ready written that will control your car for you. Most likely you will have to write the code yourself. What's the background to this; are you learning assembler on your own, or are you on a course, or something else? Maybe there are other resources you can use.
    Where did the design for the car come from? Did you design it yourself (in which case why don't you know already how to program it?) or did you get it from somewhere (perhaps where you got it from can supply the API)?
     
  4. Mohammed

    Mohammed New Member

    Joined:
    Dec 7, 2008
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    sorry .. I want a program to control small car ( Hardware ) by using keyboard in Assembly language .. Iam student in Communication engineering not microprocessor or computer engineering , because I dont have a too mach informations in this language .. I hope to find a program!! after that I will be to connected motor and USB in my computer .. Iam making research in the internet and some books .. but I dont fond this control motors .. My project a control car in Assembly Lang. ( INTEL ) by using keyboard ,,

    good bye ..


    mohammed
     
  5. imported_xpi0t0s

    imported_xpi0t0s New Member

    Joined:
    Jul 18, 2008
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    0
    Is the idea of the project not so much that you find an existing program to do the job for you but that you write that program yourself?
     
  6. Mohammed

    Mohammed New Member

    Joined:
    Dec 7, 2008
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    can you help me to write the project in assembly, I'll to research in the internet what codes we need .. because I cant to write this program in myself ..
     
  7. imported_xpi0t0s

    imported_xpi0t0s New Member

    Joined:
    Jul 18, 2008
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    0
    Not on the basis of the information available. You need at least to answer the questions in my previous update.

    If you can't write the code, why continue with the project? It seems beyond your skillset, and if you aren't interested in learning to code, which is essential for the project to be a success, it seems pointless you pursuing it further. Are you committed to completing the project for some reason/somebody? If so (a) why? and (b) perhaps they can give you some pointers or put you in touch with someone you can work with (it may be a test of your initiative as well as tech skills).
     
  8. Mohammed

    Mohammed New Member

    Joined:
    Dec 7, 2008
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    sorry,,

    I want to doing this project to university ,, because I am a student in Communication & Electronics Engineering .. this project like a Home Work and Should be write and doing a Software and Hardware.. in first step I want to write the program after that I'll to doing hardware..

    Your questions I answered before .. I think
     
  9. imported_xpi0t0s

    imported_xpi0t0s New Member

    Joined:
    Jul 18, 2008
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    0
    No, you haven't even touched on the main ones. I'm talking about the technical questions I asked in the comment beginning "This will be very dependent on the hardware."

    In fact by starting with the software I think you've got it completely the wrong way round. You cannot write software for hardware that doesn't exist yet. Make the hardware first, then write the software for it. Or does the car already exist?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice