1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00

Fixed test output

This commit is contained in:
Jesper Gravgaard 2019-06-03 11:01:27 +02:00
parent 0ff52448f1
commit 8289676723
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

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