Dead Hackers Society
Other BBSes »
 
 
Demoscene  Coding  CT60  Buy/sell

Atari coding BBS
 
Re: 4 pixel rasters
Posted by: Creature XL Jun,09.2006-09:31 

hi Ultra,

using the information from your link:
http://pasti.fxatari.com/68kdocs/68kPrefetch.html

and the instruction timings found here:
http://oldwww.nvg.ntnu.no/amiga/MC680x0_Sections/mc68000timing.HTML

it looks like the following:

Note all instructions in evl's example code are single-word instructions, therefore the only memory/ bus accesses are the instruction/ data reads and the write-out. The operation of the instructions ( the addition the ADD performs) are hidden in the prefetch. So the only think what counts is the number of bus accesses. Lets write it down:

0 nop - prefetch [ add.w d0,(a0) ]
1 add - read data from (a0)
2 add - prefetch [ move.w d1,(a0) ]
3 add - write-out
4 move - write-out
5 move - prefetch [ add.w d2,(a0) ]
6 add - read
7 add - prefetch [ move.w d3,(a0) ]
8 add - write-out
9 move - write-out
10 move - prefetch...
What interests us now, is WHEN will memory a0 is pointing to be written:
12 - 4 - 16 - 4 - ...

I dont know how the effect is working ( what is a0 pointing to?, why add d0 to and then move d0 into the same location?)


salut,
creature







[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
4 pixel rasters ultra Jun,08.2006-00:40
  Re: 4 pixel rasters ultra Jun,08.2006-00:43
    Re: 4 pixel rasters evil Jun,08.2006-08:20
      Re: 4 pixel rasters ultra Jun,08.2006-08:45
        Re: 4 pixel rasters earx Jun,08.2006-08:55
          Re: 4 pixel rasters earx Jun,08.2006-08:56
            Re: 4 pixel rasters utlra Jun,08.2006-09:00
              Re: 4 pixel rasters ultra Jun,08.2006-10:17
                Re: 4 pixel rasters ultra Jun,08.2006-11:02
                  Re: 4 pixel rasters earx Jun,08.2006-11:20
                    Re: 4 pixel rasters ultra Jun,08.2006-11:37
                      Re: 4 pixel rasters earx Jun,08.2006-16:35
                Re: 4 pixel rasters Creature XL Jun,09.2006-09:31
                  Re: 4 pixel rasters ultra Jun,09.2006-10:17
                    Re: 4 pixel rasters ultra Jun,09.2006-10:36
                Re: 4 pixel rasters Leonard Jun,13.2006-10:27
                  Re: 4 pixel rasters alien st/cnx Jun,15.2006-18:34
                    Re: 4 pixel rasters Leonard Jun,19.2006-11:12
                      Re: 4 pixel rasters alien st/cnx Jun,21.2006-03:08
                        Re: 4 pixel rasters Leonard Jun,21.2006-17:26
                          Re: 4 pixel rasters evil Jun,21.2006-18:30
                        Re: 4 pixel rasters ggn/KUA Jun,22.2006-08:48


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson