How can i read the condition code register?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-07-27 3:16 AM
Posted on July 27, 2009 at 12:16
How can i read the condition code register?
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:04 AM
Posted on May 17, 2011 at 15:04
i use the following instruction, but cann't get the value of CC(condition code register)
ld a, cc; //error in compile ld a, $7f09; //the value of A is 0x00 how can i get the value of cc?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:04 AM
Posted on May 17, 2011 at 15:04
push cc
pop a regards