Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anjo Vahldiek-Oberwagner
ERIM
Commits
babaf91e
Commit
babaf91e
authored
Oct 22, 2019
by
ypr17
Browse files
Add testcase for mov cr0
parent
d833402c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/binaryanalysis/test/movcr0.c
0 → 100644
View file @
babaf91e
/*
* movcr0.c
*
*/
int
main
(
int
argc
,
char
**
argv
)
{
asm
(
"mov %cr0, %eax"
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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