aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/asm_engine
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unused argument warninglloyd2010-07-221-1/+3
|
* Consolidate the two engines that provided assembler implementationslloyd2010-07-133-0/+113
(amd64_eng and ia32_eng) into a new asm_engine. This same engine could also be used in the event that asm code for other CPUs was added later on.