Forum: Amiga scene
14 January 2021, 23:49
|
Replies: 34
Views: 1,153
|
Forum: OT - Technical
13 January 2021, 21:25
|
Replies: 29
Views: 2,442
Yes, I missed that. Thanks.
Ok. So I added...
Yes, I missed that. Thanks.
Ok. So I added an additional option. -Fbin -oric-mcx now writes an Oric header with auto-exec flag (80 c7), while -Fbin -oric-mc writes one without (80 00).
Right,...
|
Forum: OT - Technical
12 January 2021, 19:08
|
Replies: 29
Views: 2,442
|
Forum: OT - Technical
11 January 2021, 19:27
|
Replies: 29
Views: 2,442
Indeed, the assembler seems quite simplistic,...
Indeed, the assembler seems quite simplistic, besides the two features below, which are extraordinary in my opinion. ;)
I wouldn't do that in an assembler. If you really need it, run the source...
|
Forum: OT - Technical
10 January 2021, 13:54
|
Replies: 29
Views: 2,442
I will try to reply to some vasm-related...
I will try to reply to some vasm-related questions only. It's better when Volker replies to the compiler-specific topics.
Don't know how you define magnitude, but as far as I remember an...
|
Forum: Coders. Asm / Hardware
08 January 2021, 15:02
|
Replies: 27
Views: 1,144
Usually you would only need a linker when...
Usually you would only need a linker when assembling your project to multiple object files, or if you want to link against libraries.
It is also an advantage for merging data and bss sections for...
|
Forum: Coders. Asm / Hardware
08 January 2021, 13:54
|
Replies: 27
Views: 1,144
|
Forum: Coders. Asm / Hardware
08 January 2021, 12:48
|
Replies: 27
Views: 1,144
|
Forum: Coders. Asm / Hardware
08 January 2021, 01:38
|
Replies: 27
Views: 1,144
Yes, it works, but is not pretty. :)
There may...
Yes, it works, but is not pretty. :)
There may be another solution. Not sure if other assemblers do it like vasm, but you are allowed to use local labels after the data directive, and they are still...
|
Forum: Coders. Asm / Hardware
07 January 2021, 23:21
|
Replies: 27
Views: 1,144
|
Forum: Coders. Asm / Hardware
07 January 2021, 18:35
|
Replies: 27
Views: 1,144
This is usually not a big problem for static...
This is usually not a big problem for static variables and probably my suggestions won't help you, because I don't understand what you are trying to achieve. ;)
Otherwise you could create...
|
Forum: Coders. C/C++
07 January 2021, 18:02
|
Replies: 7
Views: 1,800
Oh, the year is 2006. This must have been the...
Oh, the year is 2006. This must have been the time after I finished my first ARM backend for vasm. I thought I might try a vbcc-backend for ARM as well ... but failed (it was my first and only...
|
Forum: OT - Technical
06 January 2021, 15:34
|
Replies: 29
Views: 2,442
|
Forum: Coders. Releases
05 January 2021, 12:31
|
Replies: 112
Views: 37,449
|
Forum: Coders. C/C++
05 January 2021, 11:59
|
Replies: 4
Views: 269
This. Allocate an AnchorPath object. Then...
This. Allocate an AnchorPath object. Then MatchFirst() and MatchNext() are your friends.
Only a Unix shell automatically expands such patterns, before passing them to the application.
|
Forum: Coders. Asm / Hardware
28 December 2020, 18:08
|
Replies: 30
Views: 1,482
|
Forum: Coders. General
27 December 2020, 22:50
|
Replies: 22
Views: 2,449
I'm sure there are many more un-relocated...
I'm sure there are many more un-relocated offsets, which were not flagged by an EXT-symbol, because the reassembler didn't recognize them as an address. Everything can be done, though, provided you...
|
Forum: Coders. Asm / Hardware
27 December 2020, 19:34
|
Replies: 323
Views: 12,865
|
Forum: Coders. General
27 December 2020, 19:31
|
Replies: 22
Views: 2,449
|
Forum: Coders. General
27 December 2020, 16:13
|
Replies: 22
Views: 2,449
3089th entry was irrelevant, as IRA sorts them....
3089th entry was irrelevant, as IRA sorts them. But when looking at the tfx.030 file, you will see the reloc-offsets for adding the base address of section #1 ($00000001 at $70560) here:
00070560 ...
|
Forum: Coders. General
27 December 2020, 15:29
|
Replies: 22
Views: 2,449
Indeed, I can confirm Bruce's observation....
Indeed, I can confirm Bruce's observation. tfx.020 is ok, but tfx.030 seems corrupt. The relocation table is correct until the 3089th entry, which points to code-offset $421f0. The rest is nonsense...
|
Forum: Coders. General
27 December 2020, 01:44
|
Replies: 22
Views: 2,449
|
Forum: Coders. General
26 December 2020, 19:07
|
Replies: 22
Views: 2,449
|
Forum: Coders. Asm / Hardware
26 December 2020, 13:30
|
Replies: 32
Views: 1,415
|
Forum: Coders. General
16 December 2020, 18:48
|
Replies: 20
Views: 1,093
Coding is the wrong word. I would rarely think...
Coding is the wrong word. I would rarely think about the actual instructions in my mind. But I'm frequently thinking about algorithms (like a scrolling engine), or specific coding problems of the...
|
Forum: Coders. System
14 December 2020, 17:10
|
Replies: 9
Views: 1,005
It's probably the last known line-debug info...
It's probably the last known line-debug info before the given offset. The clib was compiled without source level debugging information.
You can prevent unloading by adding an infinite loop at...
|
Forum: Coders. C/C++
05 December 2020, 19:55
|
Replies: 21
Views: 1,227
I see. Then there is no way to make SegTracker...
I see. Then there is no way to make SegTracker work with a task or process which doesn't use the same SegList as returned by the original LoadSeg(). Doesn't CreateNewProcess() store it anywhere...
|
Forum: Coders. C/C++
05 December 2020, 15:09
|
Replies: 21
Views: 1,227
What you say is confusing (again). ;)
First...
What you say is confusing (again). ;)
First you wrote that you want to debug a new Task (which likely runs from the same context as your main Process?), but now it seems to be a full Process? Or...
|
Forum: Coders. C/C++
02 December 2020, 22:46
|
Replies: 21
Views: 1,227
|
Forum: Coders. C/C++
02 December 2020, 17:41
|
Replies: 21
Views: 1,227
Sounds like your FindHit-tool encountered a...
Sounds like your FindHit-tool encountered a hunk-type which it doesn't know. Typical would be HUNK_RELOC32SHORT ($000003fc), which exists since OS2.0, and still there are many tools which don't know...
|
Forum: Coders. C/C++
02 December 2020, 12:40
|
Replies: 21
Views: 1,227
They don't even need to play together. It's...
They don't even need to play together. It's already sufficient if you get the hunk-offsets from your hits via Enforcer/SegTracker (or MuForce with the appropriate option).
Enforcer only gives you...
|
Forum: Coders. General
30 November 2020, 11:51
|
Replies: 4
Views: 827
|
Forum: OT - Sports
26 November 2020, 16:01
|
Replies: 6
Views: 1,923
|
Forum: Coders. Asm / Hardware
22 November 2020, 14:55
|
Replies: 39
Views: 1,585
Hmm. Then you probably want to disable the OS,...
Hmm. Then you probably want to disable the OS, before letting the loader do the copy operation? But can you always be sure the launched program doesn't need it later? Different games might expect a...
|
Forum: OT - Gaming
22 November 2020, 13:04
|
Replies: 117
Views: 15,358
|
Forum: Coders. System
22 November 2020, 12:33
|
Replies: 23
Views: 2,157
|
Forum: Coders. Asm / Hardware
21 November 2020, 13:39
|
Replies: 39
Views: 1,585
|
Forum: Retrogaming General Discussion
20 November 2020, 15:33
|
Replies: 4,478
Views: 871,041
Played a lot of DayZ these days - don't know...
Played a lot of DayZ these days - don't know why... ;)
https://www.bohemia.net/games/dayz
Yesterday's 1.10 update made survival even more realistic and harder. I love hard-core survival and will...
|
Forum: Nostalgia & memories
05 November 2020, 16:14
|
Replies: 54
Views: 4,406
Nostalgia can only be created by the real...
Nostalgia can only be created by the real hardware which you use in the same way as you did many decades ago.
Emulation is a powerful tool for exploring and testing many different configurations....
|
Forum: Coders. Asm / Hardware
04 November 2020, 23:48
|
Replies: 8
Views: 1,654
Where?
You mean you have a limited buffer...
Where?
You mean you have a limited buffer and want to read one chunk of the compressed stream after another while decompressing it?
You need a compression format which is represented as a...
|