English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General > Coders. Releases

 
 
Thread Tools
Old 29 June 2024, 11:15   #121
hop
Registered User
 
hop's Avatar
 
Join Date: Apr 2019
Location: UK
Posts: 259
Quote:
Originally Posted by kamelito View Post
I downloaded the latest AMD Adrenaline drivers from yesterday, I installed them and checked the reset option and it fixed the opengl issue
Installation without the reset didn't fixed it, before doing this I uninstalled the driver from device manager.
Thanks for letting me know. I'll add this information to itch and the application in case anyone else hits this.

Quote:
Originally Posted by kamelito View Post
@hop, see in the zone file archon2-airaforce.png

there is a bsr.w _adj_void but this label is in a data section where there is no code so reassembling failed.
Probably an IRA problem?
Yes, this may be a bug in ira. In this case the
_clear_space
symbol is in the HUNK_SYMBOL of code root hunk 39

Code:
ira -INFO ArchonII-ADEPT
Code:
    ...
    Module 37 : DATA ,PUBLIC   ,0 Bytes.

    Module 38 : BSS ,PUBLIC   ,0 Bytes.

    Module 39 : CODE ,PUBLIC   ,888 Bytes.
      Hunk_Reloc32: 36 entries
      hunk_symbol:
        _clear_space = 00006218
        _check_control = 00006296
    ...
However, preprocessing with ira with -keepzh results in the
_clear_space
symbol being output in data section 37 of the disassembly

Code:
ira -a -label=1 -radix=0 -compat=bi -keepbin -keepzh -M68000 -offset=$10000 -entry=$10000 -preproc ArchonII-ADEPT
ArchonII-ADEPT.asm:
Code:
        ...
	SECTION S_37,DATA

_clear_space:


	SECTION S_38,BSS

SECSTRT_38:


	SECTION S_39,CODE

SECSTRT_39:
	LINK.W	A6,#-16			;16218: 4e56fff0
	CLR.L	-8(A6)			;1621c: 42aefff8
        ...
It looks like a symbol at the start of a section may be incorrectly output in previous sections if they are empty.
hop is offline  
Old 29 June 2024, 12:36   #122
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,859
So is it something that need to be reported to PHX? If yes then I’ll let you do it
kamelito is offline  
Old 29 June 2024, 13:40   #123
hop
Registered User
 
hop's Avatar
 
Join Date: Apr 2019
Location: UK
Posts: 259
Quote:
Originally Posted by kamelito View Post
So is it something that need to be reported to PHX? If yes then I’ll let you do it
It would be better to investigate it further first. There may be a simple solution. I'll assemble a minimal repro case and debug with a locally built ira.

EDIT: I have hacked together a potential fix. Please find attached a patched ira.exe to replace the one in the AiraForce folder. I hope it works for you. More details in the Small IRA Tutorial thread.
Attached Files
File Type: zip ira_zero_size_hunk_label_fix.zip (49.8 KB, 2 views)

Last edited by hop; 29 June 2024 at 20:17.
hop is offline  
Old Yesterday, 18:36   #124
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,859
it worked.
kamelito is offline  
Old Yesterday, 19:23   #125
hop
Registered User
 
hop's Avatar
 
Join Date: Apr 2019
Location: UK
Posts: 259
Quote:
Originally Posted by kamelito View Post
it worked.
Excellent. Thanks for letting me know. Hopefully this will be rolled into the next ira beta and I'll update the executables in the next release.
hop is offline  
Old Yesterday, 19:36   #126
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,859
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
Interactive symbolic bitop calculator paraj Coders. Asm / Hardware 2 07 May 2017 22:13
What was that interactive interview with the Sensible Software team? Mark_C Nostalgia & memories 1 10 June 2004 03:38
Amiga Interactive Guide gets a facelift... Amiga1992 Amiga websites reviews 5 22 March 2003 18:50
Amiga Interactive Guide Twistin'Ghost Amiga websites reviews 0 13 July 2002 13:05
Nightbreed Interactive Movie Steve support.Games 19 04 October 2001 18:43

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 15:47.

Top

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