|
Canola
0.8.D001
|
#include <display.h>
The display class is used to represent the state of the display. This is used both for updating the display and for printing.
| enum display::column18_t |
| enum display::column19_t |
| enum display::column20_t |
| enum display::column21_t |
Definition at line 22 of file display.cc.
| display::display | ( | ) |
Definition at line 27 of file display.cc.
| display::display | ( | const display & | rhs | ) |
Definition at line 41 of file display.cc.
Definition at line 58 of file display.cc.
| void display::set_opcode | ( | opcode_t | op | ) |
The set_opcode method is used to set the right hand columns to indicate the opcode being performed, or for other informative reasons.
| op | The opcode of interest. |
Definition at line 113 of file display.cc.
| bool display::entry |
| bool display::m1 |
| bool display::m2 |
| bool display::negative |
| bool display::overflow |
| tube_t display::tubes[16] |
1.7.6.1