Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Implement arithmetic operations in EVM #52

Open
Bhargavasomu opened this issue Jun 28, 2021 · 2 comments
Open

Implement arithmetic operations in EVM #52

Bhargavasomu opened this issue Jun 28, 2021 · 2 comments
Assignees
Labels
A-spec Area: specification C-enhance Category: a request for an improvement

Comments

@Bhargavasomu
Copy link

Bhargavasomu commented Jun 28, 2021

SUB, MUL, DIV, SDIV, MOD, SMOD, ADDMOD, MULMOD, EXP, SIGNEXTEND

@Bhargavasomu Bhargavasomu self-assigned this Jun 28, 2021
@Bhargavasomu Bhargavasomu added A-spec Area: specification C-enhance Category: a request for an improvement labels Jun 29, 2021
@Bhargavasomu
Copy link
Author

Bhargavasomu commented Jun 29, 2021

  • sub
  • mul
  • div
  • sdiv
  • mod
  • smod
  • addmod
  • mulmod
  • exp
  • signextend
  • push1, push2, ..., push32

@lightclient
Copy link

is this done?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-spec Area: specification C-enhance Category: a request for an improvement
Projects
None yet
Development

No branches or pull requests

2 participants