mariusf Posted July 8, 2005 Posted July 8, 2005 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 heheWould be a cool feature for the future ThanksMarius
mic Posted July 8, 2005 Posted July 8, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now