Skip to main content

Machine Code ↔ 0's & 1's. Binary Executable, generated via Interpretation or Compiled Language.

Instruction

Sentences in Machine Code

References

  1. Instruction ↔ Sentences in Machine Code

  2. Low-Level ↔ of Programming Language to Abstract less with Source Code closer to Machine Code, req closer management of Hardware resources

  3. Source Code ↔ Human readable Abstraction over Machine Code, to write Programs

  4. CompilerProgram to translate Source Code to Machine Code (or IR)

  5. wasm moduleWeb Assembly Binary file (executable Machine Code)

  6. Compilation ↔ (process) to converts AST into Machine Code

  7. Compiled Language ↔ of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Binary file, executable later by any Computer

  8. Thread ↔ sequence of Instructions (where Machine Code) executed in CPU

  9. CPUHardware brain of Computer to execute Machine Code Instruction

  10. Assembly languageProgramming Language to compose CPU-arch specific Low-Level Code closer to Machine Code

  11. Compile Time ↔ phase of Program execution lifecycle during which Code is being compiled into Machine Code

  12. Optimization CompilerJS Compiler to recompile more optimized Machine Code via simplify assumption made by Monitor

  13. Execution ↔ (process) to run Machine Code immediately in Call Stack

  14. Firebase CLIfirebase-tools CLI Dev tool to manage Firebase from Terminal - run as .exe or npm -g Machine Code

  15. Executable ↔ portable binary Machine Code executable, Compiled to run platform specific

  16. Baseline CompilerJS Compiler to transform Code into unoptimized executable Bytecode/Machine Code ASAP