module Ronin::ASM::Archs::AMD64

Contains AMD64 Archtecture information.

Constants

REGISTERS

AMD64 registers

WORD_SIZE

Default word size

Public Instance Methods

syscall() click to toggle source

Generates the instruction to invoke a syscall.

# File lib/ronin/asm/archs/amd64.rb, line 95
def syscall; instruction(:syscall); end