Forum: Coders. Asm / Hardware
21 April 2021, 15:14
|
Replies: 6
Views: 298
Yes ! There is indeed this possibility :
...
Yes ! There is indeed this possibility :
bfexts myvar(a5){0:32-25},d0
move.l d0,myvar(a5)
Works for lsr (-> bfextu) or asr, but useless for lsr,rol,ror for which similar tricks also have to...
|
Forum: Amiga scene
21 April 2021, 14:29
|
Replies: 28
Views: 1,207
The situation would be different, at least for...
The situation would be different, at least for me, if the instruction set had been enhanced to make coding easier and more enjoyable, like 68020+ is better than 68000 in that aspect. But alas, not...
|
Forum: Amiga scene
21 April 2021, 14:03
|
Replies: 28
Views: 1,207
|
Forum: Amiga scene
21 April 2021, 13:33
|
Replies: 28
Views: 1,207
|
Forum: Coders. Asm / Hardware
21 April 2021, 13:11
|
Replies: 6
Views: 298
small code contest
Hi, time for a little challenge.
Not for anything big, time is too often limited for many of us - even though i'd clearly could find a few cases.
It's about doing the work of an instruction that...
|
Forum: Retrogaming General Discussion
21 April 2021, 10:37
|
Replies: 62
Views: 3,106
|
Forum: support.WinUAE
20 April 2021, 08:51
|
Replies: 10
Views: 553
|
Forum: Retrogaming General Discussion
20 April 2021, 08:45
|
Replies: 62
Views: 3,106
|
Forum: Amiga scene
20 April 2021, 08:42
|
Replies: 175
Views: 29,488
|
Forum: Coders. Asm / Hardware
19 April 2021, 12:05
|
Replies: 3
Views: 373
|
Forum: Retrogaming General Discussion
17 April 2021, 07:16
|
Replies: 62
Views: 3,106
|
Forum: Coders. Asm / Hardware
14 April 2021, 17:01
|
Replies: 13
Views: 498
|
Forum: Retrogaming General Discussion
14 April 2021, 11:14
|
Replies: 194
Views: 9,715
Something like "you would not be able to tell...
Something like "you would not be able to tell that it wasn't a YM".
But then you have to change both the sample and the volume, which makes matters a little more complex than just altering...
|
Forum: Retrogaming General Discussion
12 April 2021, 11:38
|
Replies: 194
Views: 9,715
|
Forum: Retrogaming General Discussion
12 April 2021, 10:07
|
Replies: 194
Views: 9,715
|
Forum: Coders. C/C++
12 April 2021, 08:25
|
Replies: 26
Views: 1,334
|
Forum: Coders. C/C++
10 April 2021, 12:14
|
Replies: 26
Views: 1,334
Like everything else it is a matter of...
Like everything else it is a matter of motivation.
A petition would not work.
A huge donation could, though :p
(this is where ppl asking for the moon suddenly disappear overnight)
|
Forum: Coders. Asm / Hardware
01 April 2021, 21:21
|
Replies: 73
Views: 3,753
What are these other ways ?
I have...
What are these other ways ?
I have coded a debugger but it's in vm code, not 68k code. So aside of a working trace mode, nothing special is needed in the vm itself.
|
Forum: Coders. Asm / Hardware
01 April 2021, 13:13
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
01 April 2021, 08:55
|
Replies: 73
Views: 3,753
That's a good idea !
KS1.x is no big deal,...
That's a good idea !
KS1.x is no big deal, app's min is already v37.
The problem here lies in the fact other interrupts than just multitask can trigger something in the vm.
Current sources are :...
|
Forum: Coders. Asm / Hardware
31 March 2021, 17:46
|
Replies: 73
Views: 3,753
Right, it wouldn't be worth doing.
But if the...
Right, it wouldn't be worth doing.
But if the engine has to grow anyway for other reasons, the situation changes.
Handler for trace and interrupts is the same. If interrupts are handled in one...
|
Forum: Coders. Asm / Hardware
31 March 2021, 09:19
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
30 March 2021, 08:42
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
29 March 2021, 11:51
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
29 March 2021, 08:15
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
27 March 2021, 18:15
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
27 March 2021, 16:48
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
27 March 2021, 15:29
|
Replies: 73
Views: 3,753
As i said my task will not, directly or...
As i said my task will not, directly or indirectly, use FPU.
It's not a problem. Lots of things the Os does not document have been used already.
This is better than failing to provide...
|
Forum: Coders. Asm / Hardware
27 March 2021, 14:38
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
27 March 2021, 14:34
|
Replies: 1,119
Views: 69,802
|
Forum: Coders. Asm / Hardware
27 March 2021, 14:08
|
Replies: 73
Views: 3,753
But my task will not be using FPU at all (not...
But my task will not be using FPU at all (not even thru some math lib), and, let's be honest, i don't care if it fails on the vampire - i didn't agree at first place in adding all these registers. :p...
|
Forum: Coders. Asm / Hardware
27 March 2021, 11:50
|
Replies: 73
Views: 3,753
This requires extra space in high parts of...
This requires extra space in high parts of registers, something not guaranteed (in my current register allocation the only high part that's available is D7).
My current idea anyway is to repeat...
|
Forum: Coders. Asm / Hardware
27 March 2021, 07:52
|
Replies: 73
Views: 3,753
It is not a problem that the value might be...
It is not a problem that the value might be anywhere in stack, IF it's always located at the same place on the same setup.
I mean, i could look for a magical value at startup. Then change the value,...
|
Forum: Coders. Asm / Hardware
26 March 2021, 12:22
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
26 March 2021, 09:50
|
Replies: 73
Views: 3,753
|
Forum: support.Apps
26 March 2021, 07:33
|
Replies: 8
Views: 866
Just attempted to show a 5760x3240 baseline JPG...
Just attempted to show a 5760x3240 baseline JPG i've found on the net, under winuae jit and my own picture viewer -- for the fun.
I needed to configure 32MB of 32-bit chipmem, something real miggies...
|
Forum: Coders. Asm / Hardware
25 March 2021, 16:47
|
Replies: 44
Views: 2,629
|
Forum: Coders. Asm / Hardware
23 March 2021, 10:54
|
Replies: 73
Views: 3,753
|
Forum: Coders. Asm / Hardware
21 March 2021, 11:00
|
Replies: 44
Views: 2,629
That's very possible. IIRC i've seen...
That's very possible. IIRC i've seen Delitracker2's Paula-Noteplayer code waiting for some horizontal scanline position before touching some audio hardware regs. I wondered why, but it might be...
|
Forum: Coders. Asm / Hardware
21 March 2021, 07:51
|
Replies: 44
Views: 2,629
|