Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in low-level

How can I write raw machine code for x86 without using assembly?

x86 low-level machine-code

Ptrace allows to write to executable program segment, but process_vm_writev doesn't

c linux low-level ptrace

Which type of assembler jump instruction is most useful?

What's the most low-level official touch input API which can be accessed from developers? (iPhone)

ios input touch low-level

4 byte checksum, sum32 algorithm for Epson printers

checksum low-level epson

Send data over SPI using STM32 mcu and Low Level LL APIs

stm32 spi low-level

How long does a context switch take in Linux?

Why is a System.Collections.List<T>.Add faster than manual memory management?

What is a WebAssembly (Wasm) module?

Where to learn about low-level, hard-core performance stuffs?

dummy movups generated by gcc

vhdl "for loop" with step size not equal to 1

for-loop vhdl low-level

Exclusive access to L1 cacheline on x86?

Decoding Git index file using C#

c# git low-level

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

Shifting a 32 bit integer by 32 bits

c bit-shift bit low-level

Why is JavaScript sometimes viewed as a low level language?

How to list first level directories only in C?

What fast low-level languages can you recommend?

Bitwise subtraction in Python

python low-level