Machine Code
↔ 0's & 1's. Binary Executable, generated via Interpretation or Compiled Language.
Instruction
Sentences in Machine Code
References
Instruction
↔ Sentences in Machine CodeLow-Level
↔ of Programming Language to Abstract less with Source Code closer to Machine Code, req closer management of Hardware resourcesSource Code
↔ Human readable Abstraction over Machine Code, to write ProgramsCompiler
↔ Program to translate Source Code to Machine Code (or IR)wasm module
↔ Web Assembly Binary file (executable Machine Code)Compilation
↔ (process) to converts AST into Machine CodeCompiled Language
↔ of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Binary file, executable later by any ComputerThread
↔ sequence of Instructions (where Machine Code) executed in CPUCPU
↔ Hardware brain of Computer to execute Machine Code InstructionAssembly language
↔ Programming Language to compose CPU-arch specific Low-Level Code closer to Machine CodeCompile Time
↔ phase of Program execution lifecycle during which Code is being compiled into Machine CodeOptimization Compiler
↔ JS Compiler to recompile more optimized Machine Code via simplify assumption made by MonitorExecution
↔ (process) to run Machine Code immediately in Call StackFirebase CLI
↔firebase-tools
CLI Dev tool to manage Firebase from Terminal - run as.exe
ornpm
-g Machine CodeExecutable
↔ portable binary Machine Code executable, Compiled to run platform specificBaseline Compiler
↔ JS Compiler to transform Code into unoptimized executable Bytecode/Machine Code ASAP