From dedd1cc2173feaba7efe580d2e2fb2a5ee3238c9 Mon Sep 17 00:00:00 2001 From: Jesper Gravgaard Date: Mon, 4 Jan 2021 14:31:25 +0100 Subject: [PATCH] Fixed test ref. --- src/test/ref/examples/cx16/rasterbars.asm | 4 ++-- src/test/ref/examples/cx16/rasterbars.log | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/ref/examples/cx16/rasterbars.asm b/src/test/ref/examples/cx16/rasterbars.asm index f9495df76..31bf57fc1 100644 --- a/src/test/ref/examples/cx16/rasterbars.asm +++ b/src/test/ref/examples/cx16/rasterbars.asm @@ -195,7 +195,7 @@ irq_line: { cmp #$18 bcc __b6 // *VERA_DC_BORDER = 0 - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line lda #0 sta VERA_DC_BORDER __b8: @@ -203,7 +203,7 @@ irq_line: { cmp #$17 bcc __b9 // asm - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line nop nop // for(char l=0;l!=230;l++) diff --git a/src/test/ref/examples/cx16/rasterbars.log b/src/test/ref/examples/cx16/rasterbars.log index 8185eec89..8b3f957bf 100644 --- a/src/test/ref/examples/cx16/rasterbars.log +++ b/src/test/ref/examples/cx16/rasterbars.log @@ -1182,7 +1182,7 @@ irq_line: { // irq_line::@7 __b7: // [44] *VERA_DC_BORDER = 0 -- _deref_pbuc1=vbuc2 - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line lda #0 sta VERA_DC_BORDER // [45] phi from irq_line::@7 to irq_line::@8 [phi:irq_line::@7->irq_line::@8] @@ -1199,7 +1199,7 @@ irq_line: { // irq_line::@10 __b10: // asm { nop nop } - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line nop nop // [48] irq_line::l#1 = ++ irq_line::l#2 -- vbuxx=_inc_vbuxx @@ -1745,7 +1745,7 @@ irq_line: { // irq_line::@7 // *VERA_DC_BORDER = 0 // [44] *VERA_DC_BORDER = 0 -- _deref_pbuc1=vbuc2 - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line lda #0 sta VERA_DC_BORDER // [45] phi from irq_line::@7 to irq_line::@8 [phi:irq_line::@7->irq_line::@8] @@ -1759,7 +1759,7 @@ irq_line: { // irq_line::@10 // asm // asm { nop nop } - // Wait exactly long enought to go to the next raster line + // Wait exactly long enough to go to the next raster line nop nop // for(char l=0;l!=230;l++)