diff --git a/test-programs/flag-overflow-2.asm b/test-programs/flag-overflow-2.asm index 80a8605..741a647 100644 --- a/test-programs/flag-overflow-2.asm +++ b/test-programs/flag-overflow-2.asm @@ -1,6 +1,6 @@ ;; Test behaviour of flags during addition and subtraction ;; with a focus on the Overflow flag -2023-08-29 +;; 2023-08-29 ; http://teaching.idallen.com/dat2343/11w/notes/040_overflow.txt: ;