Listing 1
1 register _CC volatile struct { 2 int is_IRQ : 1; 3 int disable_FIRQ : 1; 4 int half_carry : 1; 5 int disable_IRQ : 1; 6 int negative : 1; 7 int zero : 1; 8 int overflow : 1; 9 int carry : 1; 10 } Cond_reg;
Dr. Dobb's is part of the Informa Tech Division of Informa PLC
This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.
1 register _CC volatile struct { 2 int is_IRQ : 1; 3 int disable_FIRQ : 1; 4 int half_carry : 1; 5 int disable_IRQ : 1; 6 int negative : 1; 7 int zero : 1; 8 int overflow : 1; 9 int carry : 1; 10 } Cond_reg;
![]() |
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. |
This month,
Dr. Dobb's Journal is devoted to mobile programming. We introduce you to Apple's new Swift programming language, discuss the perils of being the third-most-popular mobile platform, revisit SQLite on Android
, and much more!
Download the latest issue today. >>