-
January 14th, 2002, 12:27 PM
#1
Junior Member
Help
how do you run an ASM file?????
-
January 14th, 2002, 12:39 PM
#2
http://whatis.techtarget.com/fileFor...3,sid9,00.html
this site gives you all possible file types and tells you what they are.
ASM Assembler Language source file
ASM Pro/E assembly file
That's what it is, but I'm not sure how you would open it, as I have never dealt with it, but maybe in some Assembler environment or compiler.
Hope this helps,
Greg
\"Do you know what people are most afraid of?
What they don\'t understand.
When we don\'t understand, we turn to our assumptions.\"
-- William Forrester
-
January 14th, 2002, 02:07 PM
#3
An asm file is a text file containing
assembly language programming
source code.
Naturally, you can open or read
it with any text editor.
In order to run the program,
it must be run through a programming
tool called an assembler.
The assembler takes it, reads it,
and produces an executable file.
The difficult part is that the asm file is written
not only for a specific type of processor/computer,
but that the way it is written will
also require a specific assembler.
If you are lucky, the person who wrote
the file included comments telling you what
computer, operating system and assembler
the file is written for.
I came in to the world with nothing. I still have most of it.
-
January 14th, 2002, 02:42 PM
#4
assembly language file or asm file is a simple text file.
but yes u have to compile it with an assembler which makes two files one is .exe (executable file) and the other one is .obj file.
then u have to load the programme in the memory using the loader utility.
yes it depends up on the system series and the processor u are using to use a particular assembler.
for good information pls click here
hope this will help...
intruder...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|