Clarify shift operations with a comment

This commit is contained in:
2019-08-03 20:21:04 +02:00
parent f679fdb0dd
commit b8d893ba41

View File

@@ -96,8 +96,8 @@ _start:
; AND ; AND
; OR ; OR
; XOR ; XOR
; SHR ; SHR -> shift right
; SHL ; SHL -> shift left
mov rdi, 0x35 mov rdi, 0x35
mov rsi, 0x44 mov rsi, 0x44