Low level language

can we say that low level languages are the processor
i mean to ask what does progrmmer write in low level language

Low-level languages are designed to operate and handle the entire hardware and instructions set architecture of a computer directly. Low-level languages are considered to be closer to computers. In other words, their prime function is to operate, manage and manipulate the computing hardware and components. Programs and applications written in low-level language are directly executable on the computing hardware without any interpretation or translation. Two good examples of low-level languages are assembly and machine code.