python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Assembly language initialization of floating-point unit
Just out of curiosity I'm fiddling around with some demoscene 256 byte intros. I came around one production which ran fine under MS-DOS 6.22 but crashes under FreeDOS 1.3 - "sometimes". It t...

Codor
Votes: 0
Answers: 0
Calculating size in paragraphs from an address, as a NASM constant expression
I am converting an assembly language program from A86 assembler to the NASM assembler.
I have most of the program converted except this line
mov bx, (stack_end / 10h) + 1
The bss section is defined a...
Tyson
Votes: 0
Answers: 0