English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 20 April 2020, 20:33   #21
Curbie
Registered User
 
Join Date: Feb 2020
Location: USA
Posts: 41
Well, now I'm back trying WinUAE with different assembler packages, and lha has always fought me every inch of the way.

If I start a new drawer System:asm/barfly and have barfly.lha on pc: (a pc directory) then cd to System:asm/barfly I do a left-mouse-menu "execute command" lha x pc:barfly.lha it acts like it's unloading the archive and says it's successful, but not to where I'm logged to: Does lha have any documentation?
Curbie is offline  
Old 21 April 2020, 06:17   #22
xaind
Registered User
 
Join Date: Apr 2006
Location: Sydney / Australia
Posts: 113
Quote:
Originally Posted by Curbie View Post
That, then smells like Asm-One to me. Of AsmPro 1.18 and Photon's AsmTwo 0.96w2 which one do you like?
I prefer to use vasm on my host system but AsmPro is good in KS3+ and AsmTwo is good for low memory and/or earlier kickstarts.

Quote:
Originally Posted by Curbie View Post
If I start a new drawer System:asm/barfly and have barfly.lha on pc: (a pc directory) then cd to System:asm/barfly I do a left-mouse-menu "execute command" lha x pc:barfly.lha it acts like it's unloading the archive and says it's successful, but not to where I'm logged to: Does lha have any documentation?
If you open the CLI/Shell and run LhA with no arguments it should print out a synopsis of its usage. Not sure what software is creating your "left-mouse-menu" but it must be running the command in a different working directory. My first guess would be somewhere in the ram disk. Try just running these commands from the CLI/Shell:

Code:
cd System:asm/barfly
lha x pc:barfly.lha
xaind is offline  
Old 21 April 2020, 08:54   #23
Curbie
Registered User
 
Join Date: Feb 2020
Location: USA
Posts: 41
Quote:
Originally Posted by xaind View Post
I prefer to use vasm on my host system but AsmPro is good in KS3+ and AsmTwo is good for low memory and/or earlier kickstarts.
yes, so far I like vasm the best, but I need a debugger for it.
thank you, that seemed to iron out the first few lha issues I tried!
Curbie is offline  
Old 21 April 2020, 10:18   #24
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,214
Depending on what you want to do, there is a very powerful low-level debugger in Aminet, COP. It can debug code parts other debuggers cannot reach, such as supervisor level code or the exec scheduler. It is not very easy to use, though.
Thomas Richter is offline  
Old 04 May 2021, 13:50   #25
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Is COP traping 68k vectors while running in the background and show itself if a program crash like the setexcept command in the action replay?
kamelito is offline  
Old 15 May 2021, 07:55   #26
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Perhaps give MonAm a try.

I’ve used it to debug all of my releases and its both pewerful and easy to use.

For low level debugging use winuae with the uaedbg side loader.
mcgeezer is offline  
Old 15 May 2021, 14:08   #27
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Cheees, there’s also Adebug/Adebig which is a Monam like low level monitor/debugger.
kamelito is offline  
Old 15 May 2021, 14:31   #28
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
MonAm is powerful, but anything but easy to use.
StingRay is offline  
Old 15 May 2021, 14:37   #29
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,214
Quote:
Originally Posted by kamelito View Post
Is COP traping 68k vectors while running in the background and show itself if a program crash like the setexcept command in the action replay?
Yes.
Thomas Richter is offline  
Old 15 May 2021, 19:12   #30
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
great I'm gonna test this, thanks.
kamelito is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tool to convert asm to gnu asm (gas) Asman Coders. Asm / Hardware 13 30 December 2020 11:57
Which asm/debugger is recommended sparhawk Coders. Asm / Hardware 12 21 September 2019 09:24
Debugger updates (was: WinUAE Debugger HH PC history) selco support.WinUAE 8 14 March 2018 22:27
Using the ASM-One debugger on K3.1 zedr Coders. Asm / Hardware 14 28 August 2014 23:01
Asm-One debugger problems WayneK Coders. General 2 26 December 2005 07:06

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:58.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13848 seconds with 13 queries