|
Register or have you forgotten your password?
|
|
|
| Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Technoid
![]()
|
Hello Amigans,
I tried to Assemble with ASM One V1.0 the source code of an old intro from Agile that is DL 40 found here I readed the intro.s into ASM One, then Assembled and all went fine. Then I tried if it worked with the command 'G' and it worked very fine. The problem is I can save it as: 1) Source 2) Binary 3) Object I tried to save both in Binary and Object but the intro cannot be executed. What is the way to save it in .exe and to make it executable by CLI? Thanks in advance Daniele
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
||||||||
|
|
|
|
|
#2 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Saving it as binary should produce a working program (it has proper startup code etc).
Just don't ask me how to save it, last time I used SEKA&friends was something like close to 20 years ago :-) BTW these aren't the best sources for learning as they're resourced + fixed versions of the original. Sometimes large cryptic code sequences might go unexplained and so on. If only possible you should find original sources, those often are the most readable and sometimes might have better comments. Unfortunately original and well commented sources are probably very very rare. |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Technoid
![]()
|
I hoped in your help, even if I used ASM One I got Devpac Manual and it says I need begin address and end address.
After assembled the source how can I see what is the begin address and the end one? Please Help me! Daniele
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
||||||||
|
|
|
|
|
#4 | |||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Hmm checking that site more carefully it has somewhat dubious idea of copyright there:
Quote:
Granted, I doubt any of the original authors mind much, and that is some great code collection indeed. |
|||||||||
|
|
|
|
|
#5 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Oops, I think I accidently checked DL 42. will check 40. [EDIT] Um actually, I can't see 40 there. You meant 42?
|
||||||||
|
|
|
|
|
#6 | ||||||||
|
Technoid
![]()
|
@Piru
it's DL 44 , agile.zip please help me I am going nuts for a stupid thing!
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
||||||||
|
|
|
|
|
#8 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
ARGH!
Hehe, ok finally I realized. That's the download count... So obviously we get different numbers all the time. So which file is it? None of the Agile cracktros is called agile.zip. |
||||||||
|
|
|
|
|
#9 | ||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Well, all 3 build with phxass easily. Agile1.zip's agile.s requires adding comment (
to 3 lines, that's it.Code:
> cd agile6 > phxass exe agile6.s > agile6 |
||||||||
|
|
|
|
|
#10 | ||||||||
|
Technoid
![]()
|
is there a way to save the file in executable way using ASM One pro and without using phxass?
Let me know Thanks Daniele
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
||||||||
|
|
|
|
|
#11 | ||||||||
|
Cult Member
![]()
Join Date: Jul 2006
Location: dh0:
Posts: 656
|
Just a stupid idea: Is the executable bit of the file set when savin as binary?
|
||||||||
|
|
|
|
|
#12 | |||||||||
|
Technoid
![]()
|
Quote:
Anyway I have readed on a short manual that to save it I need BEGIN address and END address. How can I do to realize what are BEGIN and END address from the ASM one? Many Thanks Daniele
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
|||||||||
|
|
|
|
|
#13 | ||||||||
|
Cult Member
![]()
Join Date: Dec 2006
Posts: 929
|
assemble (a) first, then write object (wo)
If the demo is poorly coded, try crunching it and forcing all code+data to chipmem. [Edit: Oh, and why AsmOne 1.0? 1.48 is on Aminet. Personally, I prefer AsmPro]
__________________
Code 6502 asm or... DIE!! [C64, C128, A500, A600, A1200, A3000, MBP+Mini, Efika/MOS2.1, Sam440 w/AOS4.1 |
||||||||
|
|
|
|
|
#14 | ||||||||
|
Technoid
![]()
|
SOLVED
I solved thanks to a german friend. Well I hade to use ASM One V1.20 because the other version did not want to work. For example V1.02 did not want to creat executable objects and drove me nuts.Then I tried the latest version of ASM from the Flame Arrows site but I had finish or reboot. So I used V1.20 and all went fine.And I had to tick the "Ucase = Lcase" into the Assembler menu to make it work! I'm quite happy! :-D
__________________
Amiga 1200 into a DBox Tower with PPC603e@166Mhz040 256MB Mediator PCI SX - Ide-Fix Express OS4 Classic Voodoo3 Fast Ethernet - A1200 030@40MHZ - A2000 030@25MHZ - A500 - A500+ - A600 - C64 + MMC REPLAY!!! |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| v10 , intro , executing , asm , assembled |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anybody Selling Fully Assembled MiniMigs? | trip6 | General chat about Amiga topics | 14 | 12-05-2007 10:21 AM |
| Pre-assembled Minimigs - Cmonnnnn! | mingle | Amiga Hardware Issues and discussion | 57 | 09-26-2007 12:56 PM |
| More assembled MiniMigs? | motorollin | Amiga Hardware Issues and discussion | 20 | 09-16-2007 08:28 AM |
| Assembled Minimig v1.1, larger FPGA (BGA-package) | ThomasML | Amiga Hardware Issues and discussion | 62 | 09-15-2007 01:50 PM |
| Minimig Pre-assembled interest thread | Everblue | Amiga Hardware Issues and discussion | 10 | 08-30-2007 12:44 PM |