This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is Assembly Macro?

A friend told me : A new language which named Assembly Macro is spread by Winbond and Intel . This language can be programed with C.The program can speedup 1~10 times of C's speed.Has anyone used this language?Where can I find this language?
Best regards,
Nantiangumo

Parents
  • Your friend is talking complete rubbish!

    Many different programming languages support macros; an Assembler that supports Macros is called a "Macro Assembler". 'C' supports macros. MS Word supports macros!

    Macros can help the programmer to write the program quicker; they do not make the program run quicker.

    They are not new - the PDP-11 had a Macro Assembler (called Macro-11)

Reply
  • Your friend is talking complete rubbish!

    Many different programming languages support macros; an Assembler that supports Macros is called a "Macro Assembler". 'C' supports macros. MS Word supports macros!

    Macros can help the programmer to write the program quicker; they do not make the program run quicker.

    They are not new - the PDP-11 had a Macro Assembler (called Macro-11)

Children