File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 66
66
)
67
67
68
68
69
- $(H2 Memory Model)
69
+ $(H2 $(LINK2 memory-model, Memory Model) )
70
70
71
71
$(P The $(I byte) is the fundamental unit of storage. Each byte has 8 bits and is stored at
72
72
a unique address. A $(I memory location) is a sequence of one or more bytes of the exact size
@@ -109,7 +109,7 @@ $(H2 Memory Model)
109
109
location during the operation.)
110
110
111
111
112
- $(H2 Object Model)
112
+ $(H2 $(LNAME2 object-model, Object Model) )
113
113
114
114
$(P An $(I object) is created in the following circumstances:
115
115
)
@@ -140,6 +140,20 @@ $(H2 Object Model)
140
140
object is nested within the other.
141
141
)
142
142
143
+ $(H2 $(LNAME2 arithmetic, Arithmetic))
144
+
145
+ $(H3 Integer Arithmetic)
146
+
147
+ $(P Integer arithmetic is performed using
148
+ $(LINK2 https://en.wikipedia.org/wiki/Two%27s_complement, two's complement) math.
149
+ Integer overflow is not checked for.
150
+ )
151
+
152
+ $(H3 Floating Point Arithmetic)
153
+
154
+ $(P Floating point arithmetic is performed using
155
+ $(LINK2 https://en.wikipedia.org/wiki/IEEE_754, IEEE-754 floating point math).)
156
+
143
157
$(SPEC_SUBNAV_NEXT lex, Lexical)
144
158
)
145
159
You can’t perform that action at this time.
0 commit comments