Jump to content

Recommended Posts

Posted

Just wondered if you put in any specialty that would let one access the debug console from DS code.. would be very handy..

 

something like

#ifdef EMULATOR

DUALIS_printDbg( "yuhuuu" ); //recognized by DUALIS

#endif

 

hehe

Would be a cool feature for the future :(

 

Thanks

Marius

Posted

You *can* access the debug console. Use SWI 0xFF (255) and put a pointer to the (null-terminated) string you want to print in register r0.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...