1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2026-03-11 03:16:11 +00:00
Files
Radosław Kujawa f09bb28811 Build with or without GNU Lightning (optional JIT)
- Add jit_stub.c: no-op JIT API when HAVE_LIGHTNING is not set; rk65c02_run_jit
  runs interpreter loop so start() still works.
- src/Makefile: HAVE_LIGHTNING ?= 1; with 0 use jit_stub.o, no -llightning/-DHAVE_LIGHTNING.
- jit.c: remove #else branch from rk65c02_jit_enable (file only built with Lightning).
- examples/test Makefiles: LDFLAGS use $(if $(NO_LIGHTNING),,-llightning); test adds
  -DHAVE_LIGHTNING when not NO_LIGHTNING.
- test_mmu.c: register mmu_demand_page_jit only #ifdef HAVE_LIGHTNING.
- README: document building with or without JIT (HAVE_LIGHTNING=0, NO_LIGHTNING=1).

Made-with: Cursor
2026-03-07 16:26:44 +01:00
..
2026-03-06 18:40:31 +01:00
2018-03-28 13:18:44 +02:00
2017-01-19 11:50:11 +01:00
2017-01-19 11:50:11 +01:00
2017-02-02 16:22:16 +01:00
2019-01-07 11:43:23 +01:00
2019-01-07 11:43:23 +01:00
2019-01-07 11:43:23 +01:00
2017-01-21 21:46:35 +01:00
2019-01-08 23:34:08 +01:00
2019-01-08 23:34:08 +01:00
2017-02-07 21:23:31 +01:00
2026-03-06 18:40:31 +01:00
2026-03-06 18:40:31 +01:00
2026-03-06 18:40:31 +01:00