History log of /seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/x64/model/x64AssemblerLib.sig
Revision Date Author Comments
# 02115b46 30-Mar-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Minor updates for the x64 model.

• The decoder has been tweaked (mainly for use under SML). Previously it would succeed in decoding an instruction even if there were too few bytes.

• x64DisassembleLib has been removed. The function x64_disassemble has been implemented in x64AssemblerLib.


# 4d8ca04e 17-Mar-2014 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Add support for x86-64 assembly code.

Based on NASM syntax, as opposed to AT&T (which is the default for gas).