Forum: Retrogaming General Discussion
Yesterday, 12:18
|
Replies: 9
Views: 205
|
Forum: HOL suggestions and feedback
Yesterday, 02:10
|
Replies: 7
Views: 249
|
Forum: OT - General
22 February 2021, 23:32
|
Replies: 11
Views: 351
|
Forum: Coders. System
22 February 2021, 23:20
|
Replies: 53
Views: 1,549
I read that sentence and I think I understand...
I read that sentence and I think I understand what you mean now, but I don't see the goal of your effort. Sure, if you want to run executables which have 2.0 or 3.0 hunks, then you cannot use...
|
Forum: Coders. Releases
22 February 2021, 23:02
|
Replies: 122
Views: 39,340
|
Forum: Coders. Releases
22 February 2021, 15:14
|
Replies: 122
Views: 39,340
|
Forum: Coders. Asm / Hardware
21 February 2021, 13:30
|
Replies: 14
Views: 376
|
Forum: Coders. System
21 February 2021, 13:11
|
Replies: 53
Views: 1,549
|
Forum: Coders. System
21 February 2021, 03:30
|
Replies: 53
Views: 1,549
|
Forum: Coders. System
21 February 2021, 03:15
|
Replies: 53
Views: 1,549
|
Forum: Coders. System
20 February 2021, 23:20
|
Replies: 53
Views: 1,549
No, there is more. Like HUNK_RELRELOC32 (and...
No, there is more. Like HUNK_RELRELOC32 (and HUNK_ABSRELOC16). The last one makes no sense to me and I admit that RELRELOC32 is rarely used - atthough I did and vlink supports it. But RELOC32SHORT is...
|
Forum: Coders. General
19 February 2021, 13:34
|
Replies: 13
Views: 751
Ah, I see. There is not much code to optimize...
Ah, I see. There is not much code to optimize anyway. Then it's probably mainly the different size of vbcc/DICE startup codes and clib-init. You could try to link with minstartup.o or even without...
|
Forum: Coders. General
18 February 2021, 12:26
|
Replies: 13
Views: 751
More likely is some better optimization, which...
More likely is some better optimization, which increases size because of function-inlining and loop-unrolling. I saw you used -O2 in the Makefile. If you want smaller binaries I would recommend -O1,...
|
Forum: Coders. Releases
12 February 2021, 16:03
|
Replies: 122
Views: 39,340
Ok. So we are only talking about sound effects...
Ok. So we are only talking about sound effects and not about music.
Yes. For simplicity the player uses the same technique to put sfx into an idle loop as it does with music samples. The first...
|
Forum: Coders. C/C++
09 February 2021, 14:52
|
Replies: 8
Views: 553
|
Forum: Retrogaming General Discussion
07 February 2021, 23:24
|
Replies: 64
Views: 1,940
I would select Era 1 as well. I skipped Era 2...
I would select Era 1 as well. I skipped Era 2 completely as all these 3D FPS are quite boring. I'm playing some games from Era 3, but mostly sandbox games, and certainly no game with a fixed story.
|
Forum: Coders. Asm / Hardware
04 February 2021, 18:24
|
Replies: 43
Views: 2,078
|
Forum: Coders. Asm / Hardware
04 February 2021, 14:46
|
Replies: 43
Views: 2,078
Indeed! Although I have some experience with...
Indeed! Although I have some experience with linkers and 68k-ABIs this is still a mystery to me. Even by analysing a 68k stack frame manually I usually have a hard time to guess the return address of...
|
Forum: OT - Technical
04 February 2021, 14:36
|
Replies: 33
Views: 3,351
|
Forum: OT - Gaming
04 February 2021, 14:30
|
Replies: 68
Views: 4,158
|
Forum: Coders. Asm / Hardware
02 February 2021, 15:33
|
Replies: 20
Views: 1,034
|
Forum: Amiga scene
02 February 2021, 15:18
|
Replies: 766
Views: 90,898
|
Forum: OT - Technical
28 January 2021, 14:57
|
Replies: 33
Views: 3,351
|
Forum: Coders. Asm / Hardware
28 January 2021, 14:32
|
Replies: 15
Views: 1,122
|
Forum: Coders. Asm / Hardware
28 January 2021, 00:30
|
Replies: 7
Views: 453
|
Forum: Coders. Asm / Hardware
26 January 2021, 13:08
|
Replies: 8
Views: 398
|
Forum: Coders. Asm / Hardware
25 January 2021, 14:59
|
Replies: 15
Views: 1,122
Testing and debugging with UAE on your PC could...
Testing and debugging with UAE on your PC could be an option. Let your Makefile/build-script create an ADF file and boot it with the emulator. This is usually faster. Only use the real hardware from...
|
Forum: Coders. C/C++
24 January 2021, 02:33
|
Replies: 8
Views: 599
I remember a bug with some time conversion...
I remember a bug with some time conversion function in vclib, which was fixed a few months ago. Will check your mail tomorrow and provide you with more details (and an update, when available).
|
Forum: Coders. Asm / Hardware
23 January 2021, 19:05
|
Replies: 12
Views: 785
Right. You have to know that every control...
Right. You have to know that every control register allocates a 32-bit portion of your 64 or 96-bit immediate value. And, even worse, you have to know which portion belongs to which register! The...
|
Forum: Coders. Asm / Hardware
22 January 2021, 21:23
|
Replies: 12
Views: 785
|
Forum: Coders. Asm / Hardware
22 January 2021, 21:14
|
Replies: 12
Views: 785
|
Forum: Coders. Asm / Hardware
22 January 2021, 21:10
|
Replies: 12
Views: 785
|
Forum: Coders. Asm / Hardware
22 January 2021, 11:40
|
Replies: 15
Views: 1,122
There can be any kind or expansion board...
There can be any kind or expansion board (SCSI-boards, network cards, etc.) in an Amiga, which is directly connected to the level-2 or level-6 interrupt line.
So your best chance, when you have to...
|
Forum: Amiga scene
14 January 2021, 23:49
|
Replies: 88
Views: 5,678
|
Forum: OT - Technical
13 January 2021, 21:25
|
Replies: 33
Views: 3,351
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: 33
Views: 3,351
|
Forum: OT - Technical
11 January 2021, 19:27
|
Replies: 33
Views: 3,351
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: 33
Views: 3,351
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,470
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,470
|