Magic3 disassembled - understanding the magic –
11-27-2002,02:45 PM
I think we need a new thread for this now
I have attached my disassembling of the magic3 hex released.
I have use equ's for making it easier to understand.
Others are welcome to fill out the blanks The code is pretty easy to understand even if you don't know PIC/Scenix assembler.
RCE, your code looks great
It assembles correctly, exact match.
I don't think you have something to learn from my sources A little to much macros for my taste though Shouldn't be to hard to add functionality with that good sourcecode.
Edit:
There are some errors:
* pin numbers, you do like this:
1 | | 3
2 | | 4
it should be:
1 | | 4
2 | | 3
* Pin 7 Z is not CDDVD OE, I think it's ejectbutton.
RB3 is CDDVD OE and RB4 might be disc-detect.
just wondering but has anyone recoompiled this code and tested it on there homebrews?
if so just wondering if u got it working or not and which compiler u used i tried witht he SX-KEY software but i cant seem to get it to work afther it's compiled