Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Assembly
New post in Assembly
How do I cross-compile Chromium for ARM?
September 18th, 2022
cross-compilation
arm
chrome
assembly
How do I debug a kernel module in which a NULL pointer appears?
September 17th, 2022
assembly
linux
kernel-modules
c
debugging
Why can the kernel not use SSE/AVX registers and instructions?
September 18th, 2022
syscalls
optimization
assembly
intel
kernel
How to view a binary file?
September 18th, 2022
binary
assembly
How to see all the bits of a file?
September 18th, 2022
text-editing
assembly
hex-editor
How prevalent are old x64 processors lacking the cmpxchg16b instruction?
September 17th, 2022
assembly
Why can't we understand the content of a binary file after compiled?
September 18th, 2022
binary-files
windows
assembly
How do they convert Decimal to Hexadecimal so fast (in mind)?
July 19th, 2022
assembly
embedded
hex
How to read a NASM Assembly program .lst listing file
July 19th, 2022
listings
x86
assembly
nasm
How to best diagnose Failure in loading assembly errors
September 17th, 2022
sharepoint
assembly
Why do we "PUSH EBP" and "MOV EBP, ESP" in the CALLEE in Assembly?
July 19th, 2022
assembly
cpu-registers
x86-64
x86
What is an assembly-level representation of pushl/popl %esp?
July 18th, 2022
x86
assembly
stack-memory
instruction-set
stack-pointer
Getting floating point exception while trying to use div in assembly
June 9th, 2022
assembly
x86
What do FLAGS register components mean in VS 2013?
July 18th, 2022
visual-studio
visual-studio-2013
x86
assembly
Near and Far JMPs
July 18th, 2022
x86
nasm
assembly
How to compare a signed value and an unsigned value in x86 assembly
June 8th, 2022
x86
binary
x86-64
assembly
What’s the difference between eax ebx ecx in assembly
July 17th, 2022
x86
assembly
Difference between `bx` and `bp`?
June 19th, 2022
assembly
masm32
masm
How to perform rotate shift in C
June 26th, 2022
c
assembly
How to put a break on an instruction specified by address in gdb?
June 8th, 2022
gdb
assembly
Why is this inline assembly not working with a separate asm volatile statement for each instruction?
June 9th, 2022
assembly
c
linux
gcc
x86-64
__do_global_dtors_aux and __do_global_ctors_aux
June 15th, 2022
assembly
destructor
constructor
c++
elf
What is the difference, if any, between LONG and FAR jumps in Assembly?
June 18th, 2022
assembly
x86
Write graphics pixels in 16-bit assembly
June 4th, 2022
16-bit
assembly
x86
vga
declaration of constant strings in x86 assembly language
June 4th, 2022
masm
assembly
x86
Program in 8086 assembly language to compare two numbers
June 4th, 2022
x86-16
assembly
conditional
x86: using memory / swapping values?
June 4th, 2022
assembly
x86
Why do we need to define .data and .text section in assembly?
June 4th, 2022
assembly
Replace a character in a string using assembly code in MASM
June 4th, 2022
string
assembly
replace
character
masm
GCC inline assembly error: Error: junk `(%esp)' after expression
June 4th, 2022
inline-assembly
assembly
gcc
←
1
2
3
4
5
6
7
8
9
10
11
12
…
31
32
→