Skip to content

Commit

Permalink
Update an Intel SDM link [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Apr 28, 2023
1 parent 966f0d9 commit d4dc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_vm/rjit/assembler.rb
Expand Up @@ -13,7 +13,7 @@ class DwordPtr < Data.define(:reg, :disp); end
C_ARGS = [:rdi, :rsi, :rdx, :rcx, :r8, :r9]
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.
class Assembler
# rel8 jumps are made with labels
Expand Down

0 comments on commit d4dc149

Please sign in to comment.