Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p2com.asm
Original file line number Diff line number Diff line change
Expand Up @@ -10254,7 +10254,7 @@ cordic_q: push ebx
mov edx,[@@x+4]
add eax,[@@y+0]
adc edx,[@@y+4]
add eax,20h
add eax,40h
adc edx,0
mov cl,7
@@done: call @@sar
Expand Down