Search found 5 matches
- Fri Apr 08, 2005 2:09 am
- Forum: PS2 Development
- Topic: easy way to cause lock-up (ie no reset capability)
- Replies: 3
- Views: 2517
easy way to cause lock-up (ie no reset capability)
I was hoping there was a simple way to disable the reset button, but I guess I wasn't so lucky! I'm trying to find an easy way to debug code flow of elf's I'm making, and was wondering if there was a simple instruction or couple instructions I could edit into the assembly code to lock-up the PS2 (ie...
- Thu Apr 07, 2005 10:33 pm
- Forum: PS2 Development
- Topic: Disable the reset buttons from EE??
- Replies: 6
- Views: 3579
Disable the reset buttons from EE??
Hi,
does anyone know if it's possible to disable the reset buttons on the console from the EE side? (I've noticed some home made apps like execftps, etc. disable the reset button)
Is the reset button an int to the IOP, or can it be seen at all from the EE side??
thanks!
does anyone know if it's possible to disable the reset buttons on the console from the EE side? (I've noticed some home made apps like execftps, etc. disable the reset button)
Is the reset button an int to the IOP, or can it be seen at all from the EE side??
thanks!
- Fri Dec 10, 2004 6:27 am
- Forum: PS2 Development
- Topic: Can someone explain more about the "break" op-code
- Replies: 4
- Views: 3117
- Fri Dec 10, 2004 12:03 am
- Forum: PS2 Development
- Topic: Can someone explain more about the "break" op-code
- Replies: 4
- Views: 3117
Can someone explain more about the "break" op-code
Hi there, I've been trying to understand exactly how the break instruction works....the break op-code is defined to be a "breakpoint exception", which seems like it means it's used for error handling, but when diassembling some various elf files, I"ve seen it used many times in regula...
- Thu Nov 11, 2004 12:44 am
- Forum: PS2 Development
- Topic: identifying calls to IOP from EE?
- Replies: 1
- Views: 1958
identifying calls to IOP from EE?
Hi there, I have somewhat of a general question I think....I'm pretty much a noob to this scene, but I've been trying to follow some already developed code to help myself learn... Is there any way to figure out what calls in an EE file are going to the IOP??? ie I have the IOP file disassembled and ...