Update an Intel SDM link [ci skip]

This commit is contained in:
Takashi Kokubun 2023-04-28 10:09:52 -07:00
parent 966f0d91e2
commit d4dc149c3c

View File

@ -13,7 +13,7 @@ module RubyVM::RJIT
C_ARGS = [:rdi, :rsi, :rdx, :rcx, :r8, :r9] C_ARGS = [:rdi, :rsi, :rdx, :rcx, :r8, :r9]
C_RET = :rax C_RET = :rax
# https://www.intel.com/content/dam/develop/public/us/en/documents/325383-sdm-vol-2abcd.pdf # https://cdrdv2.intel.com/v1/dl/getContent/671110
# Mostly an x86_64 assembler, but this also has some stuff that is useful for any architecture. # Mostly an x86_64 assembler, but this also has some stuff that is useful for any architecture.
class Assembler class Assembler
# rel8 jumps are made with labels # rel8 jumps are made with labels