English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 27 February 2021, 21:58   #221
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
I enabled :stoponentry and it started to work again. Weird



Quote:
Originally Posted by prb28 View Post
Thanks for the workspace.
Well, I saw it... start to debug trying to understand, and it started working and I can't make it fail again !

What I did before it works :
- I've edited the launch file and removed all the configurations, kept only one debug configuration and start debugging (F5).
I thought it was a corrupted file but restoring the zip does not make it fail again.

Can you try the same procedure ?
Does it work with default workspace ?
(This is the 'science' part of 'computer science' )
BippyM is offline  
Old 28 February 2021, 00:00   #222
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
Something is definitely wrong with the file, maybe the crlf.. weird...
prb28 is offline  
Old 28 February 2021, 06:51   #223
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by prb28 View Post
Something is definitely wrong with the file, maybe the crlf.. weird...

Something is definitely wrong. I have not changed anything. I saved my changes, then went to bed. Got up and attempted to resume, and now i get "Invalid program to debug - review launch settings" error.



edit: nevermind, I was trying to jump to a branch that didn't exist

Last edited by BippyM; 28 February 2021 at 07:32.
BippyM is offline  
Old 09 March 2021, 18:25   #224
Troo
Registered User
 
Join Date: Mar 2021
Location: town / england
Posts: 1
I have been trying to get this setup for a few days now and have found that the script does not work on mac os big sur. After some trying I installed it without problems of OSX mavericks and now have working 68000 coding setup.

Trying to run on Big Sur the script for building does find FS-Uae and errors out on the run command.
Troo is offline  
Old 09 March 2021, 22:38   #225
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
Quote:
Originally Posted by Troo View Post
Trying to run on Big Sur the script for building does find FS-Uae and errors out on the run command.
I did not use a developer apple key to build it. Maybe you need to run it once and accept the "unknown" developer alert.
prb28 is offline  
Old 11 March 2021, 17:22   #226
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Another day.

Been coding all day with no issues, pop out and when I return I cannot compile..
Attached Thumbnails
Click image for larger version

Name:	Clipboard Image.jpg
Views:	112
Size:	153.9 KB
ID:	71240  
BippyM is offline  
Old 11 March 2021, 21:44   #227
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
I've now tried with a fresh install of the example workspace. Makes no difference. It won't compile, same error.
BippyM is offline  
Old 11 March 2021, 23:15   #228
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,856
Wanted to give a go but with some of the posts seen here, think I will try something else...
Or do you still think it can be worth it?
malko is offline  
Old 11 March 2021, 23:37   #229
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
Quote:
Originally Posted by BippyM View Post
It won't compile, same error.
Select the "OUTPUT" tab and in the combo select "Amiga Assembly" you will get some logs that might be interesting.
Click image for larger version

Name:	Capture.PNG
Views:	153
Size:	28.5 KB
ID:	71244
prb28 is offline  
Old 11 March 2021, 23:38   #230
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
Quote:
Originally Posted by malko View Post
Or do you still think it can be worth it?
I can't answer this question myself .
prb28 is offline  
Old 12 March 2021, 00:10   #231
Antiriad_UK
OCS forever!
 
Antiriad_UK's Avatar
 
Join Date: Mar 2019
Location: Birmingham, UK
Posts: 418
Quote:
Originally Posted by malko View Post
Wanted to give a go but with some of the posts seen here, think I will try something else...
Or do you still think it can be worth it?
It's literally the best if you are programming in asm. Being able to source debug in a system killer demo is amazing.

If you are more into C then Bartman's dev env is a better option. But for asm nothing else is close
Antiriad_UK is offline  
Old 12 March 2021, 00:15   #232
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,856
Quote:
Originally Posted by Antiriad_UK View Post
It's literally the best if you are programming in asm. Being able to source debug in a system killer demo is amazing.

If you are more into C then Bartman's dev env is a better option. But for asm nothing else is close
Thank you for the answer.
So will give a go. I hope I will encounter less issues than BippyM
malko is offline  
Old 12 March 2021, 09:28   #233
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by malko View Post
Thank you for the answer.
So will give a go. I hope I will encounter less issues than BippyM

It's probably my lack of knowledge and experience
BippyM is offline  
Old 12 March 2021, 09:53   #234
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by prb28 View Post
Select the "OUTPUT" tab and in the combo select "Amiga Assembly" you will get some logs that might be interesting.
Attachment 71244

Sorted, brilliant.
BippyM is offline  
Old 12 March 2021, 12:41   #235
defor
Registered User
 
Join Date: Jun 2020
Location: Brno
Posts: 90
Quote:
Originally Posted by malko View Post
Wanted to give a go but with some of the posts seen here, think I will try something else...
Or do you still think it can be worth it?
Totally worth it. Installation takes a few minutes. After that, you'll have a comfortable programming environment with modern editor, syntax-highlighting, super fast assembling and linking, and an accurate emulation with WinUAE. Plus source code debugging! All in one. I don't think there is anything more comfortable for Amiga programming in assembler for now.

Last edited by defor; 15 March 2021 at 15:57.
defor is offline  
Old 14 March 2021, 14:24   #236
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
Quote:
Originally Posted by BippyM View Post
Sorted, brilliant.
I'm, as you suggested, modifying the build task to have a better feedback when it fails.
prb28 is offline  
Old 14 March 2021, 16:16   #237
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,856
Quote:
Originally Posted by defor View Post
Totally worth it. Installation takes a few minutes. After that, you'll have a comfortable programming environment with modern editor, syntax-highlighting, super fast assembling and linking, and an accurate emulation with WinUAE. Plus source code debugging! All in one. I don't thing there is anything more comfortable for Amiga programming in assembler for now.
Thanks. Was a bit afraid regarding BippyM's issues. Have downloaded everything. Will give a go in the following days.
malko is offline  
Old 14 March 2021, 17:47   #238
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by malko View Post
Thanks. Was a bit afraid regarding BippyM's issues. Have downloaded everything. Will give a go in the following days.

Most of my issues are down to me not understanding everything. My only real gripe is the lack of decent, thorough documentation. I didn't know there was output for the compilation and linking for example.


There are a few idea's and features I would like to see implemented though
BippyM is offline  
Old 20 March 2021, 23:22   #239
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
How can I view registers/memory or whatever as binary?

I want to see how bits change, are set and so on at the binary level as I step through code
BippyM is offline  
Old 21 March 2021, 04:17   #240
prb28
Registered User
 
Join Date: May 2018
Location: France
Posts: 246
There is no way to have it in real time, you can transform it with the calculator: type F1 and “calculator”.
prb28 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
assembly code to test for assign (2.0+) jotd Coders. System 2 27 December 2017 23:16
very basic C/ASM/Visual Studio hand holding Sephnroth Coders. C/C++ 2 08 March 2016 20:15
Amiga Audio/Visual KhneFr request.Other 6 03 January 2015 10:25
Profiling WinUAE with Visual Studio 2013 mark_k support.WinUAE 3 14 January 2014 20:26
amiga visual editor thinlega request.Apps 1 22 January 2003 15:48

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 19:46.

Top

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