mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-07 07:29:49 +00:00
Fixed test output
This commit is contained in:
parent
0ff52448f1
commit
8289676723
@ -1,5 +1,5 @@
|
||||
// Test that void-parameter works top specify function takes no parameters
|
||||
// Out
|
||||
// Output is "..." in the top left corner of the screen
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(main)
|
||||
.pc = $80d "Program"
|
||||
|
@ -191,7 +191,7 @@ Allocated zp ZP_BYTE:2 [ idx#12 idx#13 ]
|
||||
INITIAL ASM
|
||||
//SEG0 File Comments
|
||||
// Test that void-parameter works top specify function takes no parameters
|
||||
// Out
|
||||
// Output is "..." in the top left corner of the screen
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(bbegin)
|
||||
@ -283,7 +283,7 @@ Uplifting [print] best 65 combination
|
||||
ASSEMBLER BEFORE OPTIMIZATION
|
||||
//SEG0 File Comments
|
||||
// Test that void-parameter works top specify function takes no parameters
|
||||
// Out
|
||||
// Output is "..." in the top left corner of the screen
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(bbegin)
|
||||
@ -408,7 +408,7 @@ Score: 41
|
||||
|
||||
//SEG0 File Comments
|
||||
// Test that void-parameter works top specify function takes no parameters
|
||||
// Out
|
||||
// Output is "..." in the top left corner of the screen
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(main)
|
||||
|
Loading…
Reference in New Issue
Block a user