]> gitweb.factorcode.org Git - factor.git/commit
cpu.x86.assembler: add MOVABS instruction
authorJoe Groff <arcata@gmail.com>
Tue, 18 Oct 2011 00:11:12 +0000 (17:11 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 28 Oct 2011 04:14:45 +0000 (21:14 -0700)
commitae1a903c4ea8782abad6870c6656dcc5ccf5286a
tree0b448a72bdc6fc10263b7debfbf429511f835710
parent9b575730bb9bee058e85d9f1d208ea2774838f2a
cpu.x86.assembler: add MOVABS instruction
MOVABS generates the one-byte opcode version of MOV eAX, [absolute] or MOV [absolute], eAX, which saves a byte per safepoint on x86-32.
basis/cpu/x86/32/bootstrap.factor
basis/cpu/x86/assembler/assembler-tests.factor
basis/cpu/x86/assembler/assembler.factor