mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
Fixed test ref.
This commit is contained in:
parent
ac7b4a56a7
commit
dedd1cc217
@ -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++)
|
||||
|
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user