Forum: ICE Team Forums - Official support forum for ICE team releases for the PS2!


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Coding Error
  

Results 1 to 6 of 6
  1. #1 Coding Error 
    ingsebastian is offline Engineering Student
    Join Date
    Jul 2003
    Location
    Mendoza-Argentina
    Posts
    108
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hey, why the post from raticus has been deleted?
    I was excelente information:

    QUOTE:
    >For Att: Vdavide
    >Check out the attached note.
    >
    >I apologise for my mistake.Wherever the doc. says 'byte',
    >replace with 'word'.
    >
    >Attachment: coding error.txt
    Attached Files
    Reply With Quote  

  2. #2  
    lacyg is offline Senior Member
    Join Date
    Feb 2003
    Posts
    138
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    cause no code error ...
    Reply With Quote  

  3. #3  
    kikkus Guest
    No error, but some doubt!

    Try and see this pdf:

    http://www.parallax.com/dl/docs/book...%20excerpt.pdf

    Page 39:
    The instruction that immediately follows a skip instruction must never be a compound instruction: otherwise strage result may occour.

    I have read on other pdf, and SB,SNB instruction skip only ONE cycle instruction.

    In the latest pdf , I see different.

    So... is it wrong on pdf , or there are variuos revision of sx28?

    If is true, ice,vdavide etc, on old device are working?

    Kikkus
    Reply With Quote  

  4. #4  
    vdavide is offline Senior Member
    Join Date
    Nov 2002
    Posts
    235
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    If a code error really there , chip will never work with the jump-error-related-media ...
    Logic analyzer test show always a correct jump ...

    Do you have prob. with these codes ?!?

    Only prob. i know is timing related ...
    bye
    vdavide
    Reply With Quote  

  5. #5  
    kikkus Guest
    I've not try with the latest sx, but some times with the oldest sx it is not working (more 1 year ago). I've try it with logic analyzer to. Sx not skip instruction with more 1 cycle... I don't know with the latest sx.

    PS: Never try your code and I don't know which problems there are inside. I write only about the skip.

    Kikkus
    Last edited by kikkus; 08-29-2003 at 03:24 AM.
    Reply With Quote  

  6. #6  
    vdavide is offline Senior Member
    Join Date
    Nov 2002
    Posts
    235
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I know that Scenix SX and Ubicom SX have some little diff. ( IFBD -internal feedback resistor - for example ... ) but i' ve tested code on scenix and ubicom and work in the same way ...

    Again : take a look at some multiple word instruction like CJNE : this use an SZ to skip the next jmp instruction ( 1 cycle) , however it work also if use jmp @address (2 cycle)
    Last edited by vdavide; 08-29-2003 at 07:09 AM.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •