samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Tue Sep 25, 2007 3:39 pm Post subject: Running a Program using TASM? |
|
|
I'm gonna get right to the point, because I'm busy, you're busy, but I would like this question answered.
In my computer science class (Comp Sci I), we "learn" Pascal.
Whether you may or may not know, you can use inline assembly in Pascal.
For example, you would do:
| Code: |
procedure whatever;
asm
: {ASM}
:
end;
|
Now, I read somewhere (Roby's Pascal Tutorial) that it uses TASM in Borland Turbo Pascal 7.0.
Why do I want to know this?
At school, they still haven't unpacked the archives (using the program that comes with TP), and though I could go manually run CMD, then navigate to the folder, and run the program (the unpacker) over and over again, I really would rather just right a program to make.
Muchos gracias (Many thanks--Spanish) to anyone who helps.
|
|