Forum: Nostalgia & memories
Yesterday, 20:02
|
Replies: 2,044
Views: 300,863
|
Forum: Coders. System
14 February 2019, 15:00
|
Replies: 25
Views: 614
But does the task really exit ? If run from WB...
But does the task really exit ? If run from WB directly, it does. If run from some cli, then the cli is the current task and it does not get deleted after the program exits. Besides, the demo might...
|
Forum: support.Other
14 February 2019, 12:09
|
Replies: 17
Views: 454
|
Forum: support.Other
14 February 2019, 10:46
|
Replies: 17
Views: 454
|
Forum: Coders. System
14 February 2019, 10:26
|
Replies: 25
Views: 614
|
Forum: support.Apps
12 February 2019, 20:57
|
Replies: 16
Views: 329
|
Forum: support.Apps
12 February 2019, 19:34
|
Replies: 16
Views: 329
|
Forum: support.Apps
12 February 2019, 18:40
|
Replies: 16
Views: 329
|
Forum: Retrogaming General Discussion
11 February 2019, 10:43
|
Replies: 30
Views: 966
|
Forum: Coders. Asm / Hardware
06 February 2019, 21:05
|
Replies: 7
Views: 420
For your example, why not using the usual...
For your example, why not using the usual shortcut for the topmost bit :
tst.w (a0)
bpl.s .go
bra.s .nogo
About bit checks : if you're operating on large bit arrays in memory, you can...
|
Forum: Coders. Asm / Hardware
06 February 2019, 19:30
|
Replies: 7
Views: 420
|
Forum: Retrogaming General Discussion
04 February 2019, 09:43
|
Replies: 10
Views: 442
|
Forum: Coders. System
30 January 2019, 18:05
|
Replies: 10
Views: 462
|
Forum: Coders. System
30 January 2019, 11:39
|
Replies: 10
Views: 462
|
Forum: Coders. System
30 January 2019, 10:21
|
Replies: 10
Views: 462
|
Forum: Amiga scene
28 January 2019, 10:13
|
Replies: 158
Views: 7,065
|
Forum: Coders. System
24 January 2019, 18:48
|
Replies: 25
Views: 837
|
Forum: Coders. System
24 January 2019, 17:04
|
Replies: 25
Views: 837
|
Forum: support.Apps
22 January 2019, 11:45
|
Replies: 21
Views: 689
|
Forum: Retrogaming General Discussion
21 January 2019, 09:28
|
Replies: 68
Views: 2,940
|
Forum: Retrogaming General Discussion
19 January 2019, 11:22
|
Replies: 23
Views: 1,205
|
Forum: Retrogaming General Discussion
17 January 2019, 10:47
|
Replies: 68
Views: 2,940
|
Forum: support.Apps
12 January 2019, 14:28
|
Replies: 10
Views: 547
|
Forum: Retrogaming General Discussion
11 January 2019, 16:10
|
Replies: 68
Views: 2,940
Ok, time to add my list maybe (of games i could...
Ok, time to add my list maybe (of games i could finish without extra "help" and which are supposed to be hard enough) : Evil's doom, Flashback, Foundation DC, Legacy of Sorasil, Hired Guns, Lemmings,...
|
Forum: project.EAB
11 January 2019, 10:38
|
Replies: 62
Views: 6,845
|
Forum: support.Apps
07 January 2019, 10:31
|
Replies: 42
Views: 1,159
I never use ED but it looks like it's making a...
I never use ED but it looks like it's making a simple backup (= previous version), not a temporary file for edition.
(Or ED is even worse than i imagined !)
The problem mentioned in this thread...
|
Forum: support.Apps
07 January 2019, 09:54
|
Replies: 42
Views: 1,159
|
Forum: request.UAE Wishlist
05 January 2019, 17:36
|
Replies: 3
Views: 351
|
Forum: Retrogaming General Discussion
21 December 2018, 12:13
|
Replies: 52
Views: 3,300
|
Forum: Nostalgia & memories
20 December 2018, 18:13
|
Replies: 44
Views: 2,706
|
Forum: Nostalgia & memories
20 December 2018, 16:58
|
Replies: 154
Views: 9,923
Replacing texts is tricky. French translation...
Replacing texts is tricky. French translation required many code changes. Texts didn't fit anymore, or were displayed at the wrong place.
In addition out-of-context translation isn't recommended,...
|
Forum: support.Apps
20 December 2018, 15:10
|
Replies: 18
Views: 1,059
|
Forum: support.Games
18 December 2018, 14:14
|
Replies: 17
Views: 939
|
Forum: Coders. Asm / Hardware
17 December 2018, 10:51
|
Replies: 1,000
Views: 38,639
|
Forum: Coders. Asm / Hardware
15 December 2018, 18:46
|
Replies: 1,000
Views: 38,639
Shift what by 1 ? :confused
There is nothing...
Shift what by 1 ? :confused
There is nothing looking even remotely like a shift option in a move register multiple. If you think otherwise, explain in detail.
What point do you try to prove...
|
Forum: Coders. Asm / Hardware
15 December 2018, 17:10
|
Replies: 1,000
Views: 38,639
|
Forum: Coders. Asm / Hardware
15 December 2018, 16:58
|
Replies: 1,000
Views: 38,639
But it is actually more useful.
Post...
But it is actually more useful.
Post and pre decrement/increment does not impact the order in which registers are present in memory.
But they do not belong to the program in our case,...
|
Forum: Coders. Asm / Hardware
15 December 2018, 16:07
|
Replies: 1,000
Views: 38,639
Dhrystone is known to be a very, very poor...
Dhrystone is known to be a very, very poor benchmark for which compilers can remove most of the work and render it useless.
What a catastrophic impact this would have had...
Quite the...
|
Forum: Coders. Asm / Hardware
15 December 2018, 11:23
|
Replies: 1,000
Views: 38,639
Sorry, but no. ARM does not have more powerful...
Sorry, but no. ARM does not have more powerful variant. Actually, quite the opposite. ARM has less addressing modes, and does not support word-sized moves.
And x86's pusha/popa is a joke. MOVEM has...
|
Forum: Nostalgia & memories
14 December 2018, 12:37
|
Replies: 154
Views: 9,923
|