Search code examples
How can I write and compile MSIL or CIL into an executable?...

c#clrbytecodecillow-level

Read More
What does F in FWORD stand for?...

assemblyx86definitioncpu-wordlow-level

Read More
How to reset IVT in asm ? without relaunch the computer...

cassemblyoperating-systeminterruptlow-level

Read More
Switch protcted mode (32bits) to real mode (16bits) in asm, low level...

assemblyoperating-systemx86-16bioslow-level

Read More
What are the advantages to using bitwise operations over boolean operations in Python?...

pythonbit-manipulationlow-levelhigh-level

Read More
It is possible to write less than 1 byte to a file...

cfilelow-levelbit

Read More
How are Operating Systems "Made"?...

operating-systemlow-levelosdev

Read More
Is there a difference between precedence and order of operation execution during the runtime?...

clow-level

Read More
How to key press detection on a Linux terminal, low level style in python...

pythonlinuxkeypresslow-levelpython-os

Read More
Why Was The Runtime Introduced?...

compiler-constructionruntimecompile-timelow-level

Read More
Unexpected id method behaviour...

pythonlow-level

Read More
Why is memory alignment needed?...

assemblymemoryx86memory-alignmentlow-level

Read More
Do computer programs/OSes consist of only the X86-64 instructions at low level?...

assemblyoperating-systemcpu-architecturelow-levelmachine-code

Read More
Scripting vs. Coding...

assemblyscriptingcompilationinterpreterlow-level

Read More
How can I write a boot sector that reads data from the USB stick that it's on?...

x86bootloaderbioslow-level

Read More
How to enable ARMv6 unaligned access on WinMobile6?...

memorywindows-mobileassemblyarmlow-level

Read More
"Access is Denied" CreateFile() on Usb stick...

c++winapilow-level

Read More
Is there a way to enforce specific endianness for a C or C++ struct?...

c++cendiannesslow-level

Read More
Is there any difference on allocating memory like this?...

cmemorymemory-managementheap-memorylow-level

Read More
How CPUs implement Instructions like MUL/MULT?...

assemblybooleancpulow-leveldigital-logic

Read More
How does a C program get information from an array internally?...

carrayscpu-architecturelow-levelarray-indexing

Read More
How does a memory map of a Windows process look like?...

windowsmemory-managementlow-levelmemory-layout

Read More
What is a WebAssembly (Wasm) module?...

assemblybrowserlow-levelwebassembly

Read More
Why is vectorization, faster in general, than loops?...

performancelanguage-agnosticvectorizationsimdlow-level

Read More
Why is the string literal considered a primitive type in JavaScript?...

javascriptlanguage-designlow-levelvalue-typereference-type

Read More
How to run a C program with no OS on the Raspberry Pi?...

carmembeddedraspberry-pilow-level

Read More
Why can't we copy file descriptors just by plainly assigning the value to new variables?...

cfilelow-level

Read More
How can a lua script call a function it hasn't imported?...

luascriptinglow-level

Read More
Shall i learn Assembly Language or C, to Understand how "real programming" works?...

cassemblycomputer-sciencetheorylow-level

Read More
How often do the contents of a CPU register change?...

cpuhardwarecpu-registerslow-level

Read More
BackNext