Page 2 of 2

Re: What is the difference between ASM backend vs C backend ?

Posted: Fri Nov 10, 2023 7:00 pm
by threedslider
@juergenkulow

Fixed ! But I have missing to two headers as stdarg.h and stddef.h.... how to fix that ?

Re: What is the difference between ASM backend vs C backend ?

Posted: Fri Nov 10, 2023 9:15 pm
by Olli
juergenkulow wrote: Fri Nov 10, 2023 3:41 pm

Code: Select all

  124 | if (luaL_loadstring(g_lua, p_code) == LUA_OK (0)) {
      |                                              ^^^
Lua Download area for the headers.

Code: Select all

$ /tmp/lua.out
Hello, World from Lua
Embedding C code in PB source need to be described
Thank you again, for this live help. I note you were the first, I think so, to tell kcc the several points of data links between inline C and pureBasic. Idem, I think also, for the nested ASM through the C. Thank you for all these details which prevent us to stay comparing, while, anywhere, ASM and C are however (on X86/X64 hardware anyway) perfectly manageable together on C backend.