1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-16 18:30:37 +00:00

Fixed test ref.

This commit is contained in:
Jesper Gravgaard 2021-01-04 14:31:25 +01:00
parent ac7b4a56a7
commit dedd1cc217
2 changed files with 6 additions and 6 deletions

View File

@ -195,7 +195,7 @@ irq_line: {
cmp #$18 cmp #$18
bcc __b6 bcc __b6
// *VERA_DC_BORDER = 0 // *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 lda #0
sta VERA_DC_BORDER sta VERA_DC_BORDER
__b8: __b8:
@ -203,7 +203,7 @@ irq_line: {
cmp #$17 cmp #$17
bcc __b9 bcc __b9
// asm // 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
nop nop
// for(char l=0;l!=230;l++) // for(char l=0;l!=230;l++)

View File

@ -1182,7 +1182,7 @@ irq_line: {
// irq_line::@7 // irq_line::@7
__b7: __b7:
// [44] *VERA_DC_BORDER = 0 -- _deref_pbuc1=vbuc2 // [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 lda #0
sta VERA_DC_BORDER sta VERA_DC_BORDER
// [45] phi from irq_line::@7 to irq_line::@8 [phi:irq_line::@7->irq_line::@8] // [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 // irq_line::@10
__b10: __b10:
// asm { nop nop } // 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
nop nop
// [48] irq_line::l#1 = ++ irq_line::l#2 -- vbuxx=_inc_vbuxx // [48] irq_line::l#1 = ++ irq_line::l#2 -- vbuxx=_inc_vbuxx
@ -1745,7 +1745,7 @@ irq_line: {
// irq_line::@7 // irq_line::@7
// *VERA_DC_BORDER = 0 // *VERA_DC_BORDER = 0
// [44] *VERA_DC_BORDER = 0 -- _deref_pbuc1=vbuc2 // [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 lda #0
sta VERA_DC_BORDER sta VERA_DC_BORDER
// [45] phi from irq_line::@7 to irq_line::@8 [phi:irq_line::@7->irq_line::@8] // [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 // irq_line::@10
// asm // asm
// asm { nop nop } // 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
nop nop
// for(char l=0;l!=230;l++) // for(char l=0;l!=230;l++)