diff options
| author | manuel <manuel@nc8430.lan> | 2009-05-13 16:55:17 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-05-13 16:55:17 +0200 |
| commit | 3c6f886d5a8bfd36c796b963d6e3178ad9577742 (patch) | |
| tree | 7a65d184e66c810777d18ea208931910c91b7e43 /ue3/mycpu/ccpu.h | |
| parent | 431bbac5a99abbccf33500e22aa353ec792eff94 (diff) | |
| download | ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.gz ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.bz2 ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.zip | |
* added documentation (no more TODOs)
* added testsuite + testcase
* used copyctor instead of assign operator more often
Diffstat (limited to 'ue3/mycpu/ccpu.h')
| -rw-r--r-- | ue3/mycpu/ccpu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ue3/mycpu/ccpu.h b/ue3/mycpu/ccpu.h index 01c897f..05b5c03 100644 --- a/ue3/mycpu/ccpu.h +++ b/ue3/mycpu/ccpu.h | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * @module ccpu | 2 | * @module ccpu |
| 3 | * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) | 3 | * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) |
| 4 | * @brief TODO | 4 | * @brief CPU implementation. Used as a container for memory and instructions. |
| 5 | * Implements a run method to execute the program (= the instructions). | ||
| 5 | * @date 10.05.2009 | 6 | * @date 10.05.2009 |
| 6 | */ | 7 | */ |
| 7 | 8 | ||
| @@ -18,7 +19,8 @@ | |||
| 18 | /** | 19 | /** |
| 19 | * @class CCPU | 20 | * @class CCPU |
| 20 | * | 21 | * |
| 21 | * TODO | 22 | * CPU implementation. Used as a container for memory and instructions. |
| 23 | * Implements a run method to execute the program (= the instructions). | ||
| 22 | */ | 24 | */ |
| 23 | class CCPU | 25 | class CCPU |
| 24 | { | 26 | { |
