• Audio CD Player. 100% working guaranteed
    I actually looking for some thing like this for years. Then i found one but it didn't go so well. Then some guy debug and improved it and post it in internet. So i build it yesterday. Woow its...
  • Startup code
    Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is extern void C_STARTUP(void); but that does not seem to work...
  • Equivalent code?
    Hello Everyone: In the following example seq_address is an unsigned long and obj->cmd_reg[] is an unsigned char array. seq_address = (ulong)obj->cmd_reg[3] << 24 + (ulong)obj->cmd_reg[2] << 16...
  • Assembly Code
    I am trying to write 0xAA to Address location 0x5555. The following code is working. May someone kindly explain in details how C167 controller interpret it? Why is #09555H used??? MOV DPP2,#0001H...
  • Locating Code
    I wish to install a bootloader in the first sector of internal ROM (starting address 0xc00000 to 0xc01fff) of the XC164. How can I place other code (e.g. application software) to start at address 0xc02000...