English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is a way I can practice using assembly language now, or will I need software, or download a program.

2007-03-02 09:41:10 · 3 answers · asked by steel lion 1 in Computers & Internet Programming & Design

3 answers

Open the command prompt in Windows and run "Debug". You can do quite a bit in there, and it's good enough for practice and writing short programs. If you run "?" in Debug it'll give you some help about Debug commands, which include the ability to write assembly, though obviously you'll need more info to really write a working one than what is provided there.

2007-03-02 12:26:52 · answer #1 · answered by Raymond 3 · 0 0

Yes, you'll need an assembler, such as nasm:

http://www.kernel.org/pub/software/devel/nasm/

2007-03-02 09:46:27 · answer #2 · answered by Linux OS 7 · 0 0

If you have a C or C++ compiler you can use #asm
and embed your code in a C/C++ program.

2007-03-02 12:23:31 · answer #3 · answered by J C 5 · 0 0

fedest.com, questions and answers