What is the difference between ASM backend vs C backend ?

Just starting out? Need help? Post your questions and find answers here.
threedslider
Enthusiast
Enthusiast
Posts: 466
Joined: Sat Feb 12, 2022 7:15 pm

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

Post by threedslider »

@juergenkulow

Fixed ! But I have missing to two headers as stdarg.h and stddef.h.... how to fix that ?
Olli
Addict
Addict
Posts: 1272
Joined: Wed May 27, 2020 12:26 pm

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

Post 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.
Post Reply