Thread: comma and slash problem

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    18

    comma and slash problem

    hello i am new in programming i opened cmd.exe and i want to write

    mov ah,2 but i can't write this line because of comma.I pushed the comma button but it wrotes slash.Do you have any idea

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Well, for starts you can't type assembler instructions into cmd.exe... it's not a compiler.

    If you want to mess with assembly you need a compiler like MASM

    Or you can use the assemblers in most C compilers like PellesC

    But I should warn you... ASM is some pretty advanced stuff, not easily mastered by beginners...

Popular pages Recent additions subscribe to a feed