Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
089c3f32
Commit
089c3f32
authored
Feb 14, 2015
by
Paul Sokolovsky
Browse files
py/asm*.c: Typo fixes in comments.
parent
99f3f6b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
py/asmx64.c
View file @
089c3f32
...
...
@@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) {
// - numbered 0 through as->num_locals-1
// - RBP points above the last local
//
// | R
P
B
// | RB
P
// v
// l0 l1 l2 ... l(n-1)
// ^ ^
...
...
py/asmx86.c
View file @
089c3f32
...
...
@@ -499,7 +499,7 @@ void asm_x86_mov_r32_to_arg(asm_x86_t *as, int src_r32, int dest_arg_num) {
// - numbered 0 through as->num_locals-1
// - EBP points above the last local
//
// | E
P
B
// | EB
P
// v
// l0 l1 l2 ... l(n-1)
// ^ ^
...
...
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