diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-14 17:51:50 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-14 17:51:50 +0200 |
commit | d1291280d87c34416b7be83ffeda4f18d559ee65 (patch) | |
tree | 46dc8a68e01e8ff57db79d6a4e8ed6ad2626ee58 /tests | |
parent | 9adc0e5bad01f34f6cf6b6d53019ead30ba49945 (diff) | |
download | AGH-engineering-thesis-d1291280d87c34416b7be83ffeda4f18d559ee65.tar.gz AGH-engineering-thesis-d1291280d87c34416b7be83ffeda4f18d559ee65.zip |
update comment to reflect changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/soc_simple_display/instructions.s.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/soc_simple_display/instructions.s.tcl b/tests/soc_simple_display/instructions.s.tcl index 97e577e..b1e4142 100644 --- a/tests/soc_simple_display/instructions.s.tcl +++ b/tests/soc_simple_display/instructions.s.tcl @@ -29,10 +29,10 @@ sub cond_jump 6 ## write hFFFFFFFF to address h100A00 (the point is to write a non-zero value -## there, but because our stack machine only knows how to write 32-bit values -## to memory, we'll write to h100A00 and h100A02, both being mapped as the -## VGA power-on register - what matters is the later write, so at least one of -## higher 16 bits of written value has to be non-zero) +## there, but because we're only using aligned 4-byte writes in this test, +## we'll write to h100A00 and h100A02, both being mapped as the VGA power-on +## register - what matters is the later write, so at least one of higher 16 +## bits of written value has to be non-zero) const -1 store h100A00 |