diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-04-18 18:56:56 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-04-18 18:56:56 -0400 |
| commit | 372417913ab85b4d60cd27cf7f8eeb4c555a8e28 (patch) | |
| tree | 2d64ee6cd5fd2b7c32dc0589d2ecf2074f302ec6 /cmpen472hw11_McDonnell | |
| parent | 562ad089235fec135e5bf46e2e5dadb2dfebb308 (diff) | |
HW 11: Update comments
Diffstat (limited to 'cmpen472hw11_McDonnell')
| -rw-r--r-- | cmpen472hw11_McDonnell/Sources/main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmpen472hw11_McDonnell/Sources/main.asm b/cmpen472hw11_McDonnell/Sources/main.asm index 1858fec..e1f0c9d 100644 --- a/cmpen472hw11_McDonnell/Sources/main.asm +++ b/cmpen472hw11_McDonnell/Sources/main.asm @@ -27,8 +27,8 @@ * * Output: Serial Port for String Output * -* Observation: The HC12 will output the time and a command prompt every second. -* The user can input commands and the program will output a response +* Observation: The HC12 will output the time on PORTB every second. The user +* can input commands and the program will output a response * based on the input. * * Note: ON CSM-12C128 board, |
