Calc+ v1.0 #189

Merged
mxlgv merged 29 commits from calc-plus-v1.0 into main 2025-04-14 19:47:01 +02:00
Showing only changes of commit 64ec3b5f30 - Show all commits

View File

@@ -306,7 +306,7 @@ calc:
cmp [error_n], 0
jne .error
mov [ans.buffer], word "= "
mov [ans.buffer], word " = "
stdcall convert_to_str, eax, ans.buffer + 2
add eax, 2
@@ -422,7 +422,7 @@ proc draw_textbox
mcall , <LIST_X + 1, LIST_ITEM_W - 2>, < 9, 1>, [scn.gui_tb_in_shd]
mcall , <LIST_X + 1, 1 >, < 10, 27>
mov ebx, LIST_X + LIST_ITEM_W - 12
mov ebx, LIST_X + LIST_ITEM_W - 9
sub ebx, [ans.size]
shl ebx, 16
add ebx, 16