1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +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
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++)

View File

@ -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++)