上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 99 下一页
摘要: 1 // Setup 2 var collection = { 3 "2548":{ 4 "album": "Slippery When Wet", 5 "artist": "Bon Jovi", 6 "tracks": [ 7 "Let It Rock", 8 "You Give Love a B 阅读全文
posted @ 2020-12-19 11:06 Jasper2003 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-14 22:34 Jasper2003 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-14 22:33 Jasper2003 阅读(76) 评论(0) 推荐(0) 编辑
摘要: add8: # YOUR CODE HERE movq %rdi, %rax addq %rsi, %rax addq %rdx, %rax addq %rcx, %rax addq %r8, %rax addq %r9, %rax movq 8(%rsp), %rdi addq %rdi, %ra 阅读全文
posted @ 2020-12-14 22:16 Jasper2003 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-14 19:59 Jasper2003 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-14 11:58 Jasper2003 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-13 12:11 Jasper2003 阅读(58) 评论(0) 推荐(0) 编辑
摘要: The difference between mov and lea is mov does dereference while lea does not. movq (%rax, %rbx, 2), %rsi C: rsi = *(2 * rbx + rax) leaq (%rax, %rbx, 阅读全文
posted @ 2020-12-13 11:31 Jasper2003 阅读(126) 评论(0) 推荐(0) 编辑
摘要: The Stack: Push and Pop CS 301: Assembly Language Programming Lecture, Dr. Lawlor "The Stack" is a frequently-used area of memory designed for functio 阅读全文
posted @ 2020-12-13 05:49 Jasper2003 阅读(73) 评论(0) 推荐(0) 编辑
摘要: GENERAL IDEA: QUESTION 1: QUESTION 2: QUESTION 3: 阅读全文
posted @ 2020-12-12 17:19 Jasper2003 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 99 下一页