flycast/core/emitter
scribam 6ee4b6de85 Replace OS_DARWIN by __APPLE__ 2020-04-26 14:19:21 +02:00
..
README.md Documentation additions 2018-10-30 03:26:55 +02:00
generated_class_names.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_class_names_string.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_descriptors.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_indexes.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
x86_emitter.cpp Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
x86_emitter.h Replace OS_DARWIN by __APPLE__ 2020-04-26 14:19:21 +02:00
x86_matcher.h linux: Sh4 dynarec works 2015-05-08 18:59:20 +02:00
x86_op_classes.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
x86_op_encoder.h Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
x86_op_table.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00

README.md

Our Emitter

Oh god , x86 is a sooo badly designed opcode arch -_-


Emitters are the place where you have functions that you give symbolic instructions and you get binaries out.