/emulation/ljp/emulation core
From Little-John.net
(Redirected from CPU Core)
The "CPU Core" is the code used to emulate the CPU in the emulated system. For SNES and Genesis 2 cores are available (C and ASM).
C is the main version, written in C language, slower but more stable.
ASM is a version manually optimized for ARM CPUs (written in 100% ARM Assembly language), so games usually run much faster. However, the code written is a lot lower-level, so it's much more likely to cause errors (It's also pretty hard to code).

