1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 01:31:27 +00:00

Updated test data. #121

This commit is contained in:
jespergravgaard 2021-05-16 20:10:40 +02:00
parent f14dfe4252
commit 3d87387ae3
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ queen: {
.label __1 = 4
.label __4 = $1e
.label row = $1b
// }
tsx
lda STACK_BASE+OFFSET_STACK_ROW,x
sta.z row

View File

@ -6,6 +6,7 @@ Fixing struct type SIZE_OF struct printf_buffer_number to 12
Setting inferred volatile on symbol affected by address-of: queen::column in asm { ldacolumn pha ldar pha }
Setting inferred volatile on symbol affected by address-of: queen::r in asm { ldacolumn pha ldar pha }
Converting variable modified inside __stackcall procedure queen() to load/store count
Adding parameter assignment in __stackcall procedure queen::row = param(queen::row)
Added struct type cast to parameter value list call printf_uint 8 (struct printf_format_number){ 0, 0, 0, 0, 0, DECIMAL }
Added struct type cast to parameter value list call printf_ulong count (struct printf_format_number){ 0, 0, 0, 0, 0, DECIMAL }
Added struct type cast to parameter value list call printf_ulong count (struct printf_format_number){ 0, 0, 0, 0, 0, DECIMAL }
@ -10316,7 +10317,6 @@ queen: {
.label __1 = 4
.label __4 = $1e
.label row = $1b
// }
// [10] queen::row#0 = stackidx(byte,queen::OFFSET_STACK_ROW) -- vbuz1=_stackidxbyte_vbuc1
tsx
lda STACK_BASE+OFFSET_STACK_ROW,x