Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in nasm
8086 OS-less programming; segmentation
Mar 19, 2023
assembly
nasm
x86-16
What is the difference between defining string as bytes (db) and defining strings as words/double words(dw/dd) in x86
Mar 20, 2023
linux
assembly
x86
nasm
NASM x86 using of nonexisting segment register 7
Mar 14, 2023
assembly
x86
nasm
How to print the length of a string in assembly
Mar 11, 2023
assembly
x86
nasm
Successive sys_write syscalls not working as expected, NASM bug on OS X?
Mar 09, 2023
macos
assembly
64-bit
nasm
x86-64
Can a “PUSH” instruction's operation be performed using other instructions?
Mar 05, 2023
assembly
x86
nasm
stack-memory
instruction-set
Debugging NASM in VS code
Mar 05, 2023
c++
debugging
assembly
visual-studio-code
nasm
What's the real meaning of $$ in nasm
Feb 19, 2023
assembly
nasm
segment
Printing "array" from .bss in gdb
Feb 11, 2023
arrays
assembly
gdb
nasm
Avoiding the JMP in the JMP CALL POP technique for shellcode NASM?
Jan 31, 2023
linux
assembly
nasm
x86-64
shellcode
Print newline with as little code as possible with NASM
Jan 28, 2023
linux
assembly
x86-64
nasm
code-size
How to load kernel into memory from CD-ROM using Assembly (NASM)
Jan 24, 2023
assembly
operating-system
kernel
nasm
bootstrapping
SegFaults in my Assembler? But that's impossible! :O
Jan 24, 2023
assembly
crash
x86
nasm
segmentation-fault
whats the use of "org xxxx" in assembly
Jan 19, 2023
assembly
nasm
x86-16
bootloader
boot
OS/X 64-bit assembly code generates bus error
Jan 08, 2023
macos
assembly
nasm
x86-64
bus-error
Copying data from one variable to another
Jan 05, 2023
assembly
x86
nasm
Can I get a int from my EAX/RAX to a register of the FPU like st0?
Jan 05, 2023
assembly
x86
nasm
fpu
Why does my data section appear twice in the compiled binary? Ubuntu, x86, nasm, gdb, reaelf
Jan 02, 2023
assembly
x86
gdb
nasm
shellcode
Why does this 'hello world' x86 bootloader code written for NASM work without the [BITS 16] and [ORG 0x7C00] directives?
Dec 31, 2022
x86
nasm
assembly
bootloader
Printing Hexadecimal Digits with Assembly [duplicate]
Dec 29, 2022
assembly
x86
nasm
masm
Older Entries »