⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠ You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’

Excalidraw Data

Text Elements

Hardware

Machine Language

0010 0110 1010 1011

Assembly Language

MOV EAX, [EBX] MOV [ESI+EAX], CL MOV DS, DX

Low-Level Language

int* create_array(int size) { int* arr = malloc(size * sizeof(int)); return arr; }

High-Level Language

public static void Main(string[] args) { var l = new List(); l.Add(1); l.ForEach(i ConsoleWriteLine(i)); } ^nqv0hWCD

Generate a program that sums up two values and outputs the result.

Natural Language

Prompt

C# …

C …

Assembly

Compiler

LLM