Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imul/idiv #13

Open
indrekis opened this issue Feb 9, 2021 · 0 comments
Open

imul/idiv #13

indrekis opened this issue Feb 9, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@indrekis
Copy link
Collaborator

indrekis commented Feb 9, 2021

Варто розділити команди ділення signed int та unsigned int -- на відміну від додавання і віднімання, вони по різному поводяться не зважаючи на використання доповнювального коду. Тобто, для всіх ISA, де влізеться в кодування, мати div/mul (udiv/umul?) які ділять unsigned і idiv/imul для signed.

До речі, а поточні як поводяться щодо знаковості? як unsigned? В документації, на жаль, не описано.

Якщо я щось впускаю із тим -- кажіть!

@indrekis indrekis added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant