-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
92 lines (82 loc) · 2.66 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
@book{comer2017essentials,
title={Essentials of computer architecture},
author={Comer, Douglas},
year={2017},
publisher={Chapman and Hall/CRC}
}
@book{petzold2000code,
title={Code: The hidden language of computer hardware and software},
author={Petzold, Charles},
year={2000},
publisher={Microsoft Press}
}
@book{arpaci2018operating,
title={Operating systems: Three easy pieces},
author={Arpaci-Dusseau, Remzi H and Arpaci-Dusseau, Andrea C},
year={2018},
publisher={Arpaci-Dusseau Books, LLC}
}
@book{smith2020programming,
title={Programming with 64-bit ARM Assembly Language: Single Board Computer Development for Raspberry Pi and Mobile Devices},
author={Smith, Stephen},
year={2020},
publisher={Apress}
}
@article{10.1109/85.238389,
author = {von Neumann, John},
title = {First Draft of a Report on the EDVAC},
year = {1993},
issue_date = {October 1993},
publisher = {IEEE Educational Activities Department},
address = {USA},
volume = {15},
number = {4},
issn = {1058-6180},
url = {https://doi.org/10.1109/85.238389},
doi = {10.1109/85.238389},
abstract = {Editor's note: Normally, first drafts are neither intended nor suitable for publication. This report is an exception. It is a first draft in the usual sense, but it contains a wealth of information, and it had a pervasive influence when it was first written. Most prominently, Alan Turing cites it, in his proposal for the Pilot ACE, as the definitive source for understanding the nature and design of the general-purpose digital computer.},
journal = {IEEE Ann. Hist. Comput.},
month = oct,
pages = {27–75},
numpages = {49}
}
@online{hellosilicon,
author = {Alexander von Below},
title = {HelloSilicon},
year = {2022},
url = {https://github.com/below/HelloSilicon},
urldate = {2025-01-17}
}
@online{valsamaras2022,
author = {Dimitrios Valsamaras},
title = {ARM 64 Assembly Series— Basic definitions and registers},
year = {2022},
url = {https://valsamaras.medium.com/arm-64-assembly-series-basic-definitions-and-registers-ec8cc1334e40},
urldate = {2025-01-20}
}
@online{eclecticlight,
author = {Howard Oakley},
title = {The Eclectic Light Company},
year = 2024,
url = {https://eclecticlight.co/},
urldate = {2024-09-18}
}
@online{cpuland,
author = {Lexi Mattick},
title = {Putting the "You" in CPU},
year = 2023,
url = {https://cpu.land/},
urldate = {2024-11-22}
}
@online{armdeveloper,
title = {ARM Developer},
year = 2025,
url = {https://developer.arm.com/},
urldate = {2025-1-23}
}
@online{juliaevansvmm,
title = {How do you read the memory maps of a Mac process},
year = 2018,
url = {https://jvns.ca/blog/2018/01/26/mac-memory-maps/},
urldate = {2025-1-29}
}