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

CISC: додати immediate режим в адресацію та арифметичні команди #9

Open
indrekis opened this issue Feb 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@indrekis
Copy link
Collaborator

indrekis commented Feb 9, 2021

Чи є можливість реалізувати для CISC ISA таке:
mov %reg, [$off]
mov [$off], %reg
(для всіх [ ], включаючи in/out)

та, для всіх арифметичних (бажано -- і логічних, включаючи test, але можна без mul i div) команд безпосередні значення:
add %R01, $123
Для cmp, jmp воно підтримується, згідно документації.

@indrekis indrekis added the enhancement New feature or request label Feb 9, 2021
dmykyten added a commit to dmykyten/poco_project that referenced this issue Dec 29, 2022
dmykyten added a commit to dmykyten/poco_project that referenced this issue Dec 29, 2022
Partial fix of issue ucu-computer-science#9(arithmetical + logical)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant