Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pepin
sysdig
Commits
6d44b0d7
Commit
6d44b0d7
authored
Jan 14, 2017
by
Noémie Fong
Browse files
add nor
parent
cb6a528d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpu/src/alu/utils.mj
View file @
6d44b0d7
...
...
@@ -121,7 +121,9 @@ not_n<n>(a:[n]) = (o:[n]) where
end if
end where
nor_ALU(a:[32], b:[32]) = (o:[32]) where
o = not_n<32>(or_ALU(a, b));
end where
(* ------------------------------------------------------------------------- *)
(*Opérations arithmétiques *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment