58 - Ethereum Code
The code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred to as "Ethereum virtual machine code" or "EVM code".
The code consists of a series of bytes (hence called bytecode), where each byte represents an operation.
- Ethereum Virtual Machine (EVM)
- Low-Level & Stack-based EVM Machine Code
- Seies of Bytes -> Bytecode
- One byte -> one operation