| Author |
Message |
Jesse
Guest
|
Posted:
Tue Dec 13, 2005 3:37 pm Post subject:
How can I compile paulmon |
|
|
Hi,
Paulmon2 has two assembly files, paulmon2.asm and extra.asm. I use as31
to compile paulmon2's assembly files. But each time I will get
paulmon2.hex and extra.hex seperately. Then how can I compile paulmon2
into a single hex file?
By the way, how can I use as31 to compile an assembly file into .obj
file?
thanks a lot.
Jesse |
|
| Back to top |
|
 |
Ryan Weihl
Guest
|
Posted:
Wed Dec 14, 2005 1:15 am Post subject:
Re: How can I compile paulmon |
|
|
Jesse wrote:
| Quote: | Hi,
Paulmon2 has two assembly files, paulmon2.asm and extra.asm. I use as31
to compile paulmon2's assembly files. But each time I will get
paulmon2.hex and extra.hex seperately. Then how can I compile paulmon2
into a single hex file?
By the way, how can I use as31 to compile an assembly file into .obj
file?
thanks a lot.
Jesse
it would be nice if you point to the URL where these files |
are located.
rw |
|
| Back to top |
|
 |
Jesse
Guest
|
Posted:
Wed Dec 14, 2005 7:28 am Post subject:
Re: How can I compile paulmon |
|
|
You can visit Paul Stoffregen's web page. Than you can find that
wonderful project. |
|
| Back to top |
|
 |
Chuck F.
Guest
|
Posted:
Wed Dec 14, 2005 9:15 am Post subject:
Re: How can I compile paulmon |
|
|
Jesse wrote:
| Quote: | You can visit Paul Stoffregen's web page. Than you can find that
wonderful project.
|
Stop and think a moment. How do you expect him to do that without
a URL? I know of no worldwide URL directory.
Also, please include context in replies.
--
Read about the Sony stealthware that is a security leak, phones
home, and is generally illegal in most parts of the world. Also
the apparent connivance of the various security software firms.
http://www.schneier.com/blog/archives/2005/11/sonys_drm_rootk.html |
|
| Back to top |
|
 |
Meindert Sprang
Guest
|
Posted:
Wed Dec 14, 2005 9:15 am Post subject:
Re: How can I compile paulmon |
|
|
"Chuck F. " <cbfalconer@yahoo.com> wrote in message
news:v4mdnVoXLYJeXALenZ2dnUVZ_s2dnZ2d@maineline.net...
| Quote: | Jesse wrote:
You can visit Paul Stoffregen's web page. Than you can find that
wonderful project.
Stop and think a moment. How do you expect him to do that without
a URL? I know of no worldwide URL directory.
|
You mean you've never heard of Google?
Just search for Paul Stoffregen and the first hit is his website........
Meindert |
|
| Back to top |
|
 |
Ryan Weihl
Guest
|
Posted:
Fri Dec 16, 2005 1:15 am Post subject:
Re: How can I compile paulmon |
|
|
Jesse wrote:
| Quote: | You can visit Paul Stoffregen's web page. Than you can find that
wonderful project.
I have copies of both .asm files for years, but wanted to know |
if the are still the same version. anyway what you should do
I think is include the "extra.asm" in the "paulmon2.asm" with the
"include" command if AS31 can handle it. That should give you
one .hex file
rw |
|
| Back to top |
|
 |
|
|
|
|