Solidity Tutorial : all about Assembly

Jean Cvllr
16 min readDec 25, 2019

Introduction

What is Assembly?

Any program written in a high level language like C, Go, or Java is first compiled down to what is called an assembly language, before it is executed. But what is assembly?

Assembly ( also called assembler language ) refers to any low-level programming language that is converted to machine code…

--

--