Quantcast
Channel: x86 Assembly - Programmers Heaven
Browsing all 152 articles
Browse latest View live
↧

Presentation

I have to deliver a presentation, topic is "why one should learn assembly language". Anybody will help me to send power point presentation on this, or some related topic or some nice URL. Thanks

View Article


Foreground color

Can anyone tell me how to set the foreground color on a window in Win32Asm? I want to be able to draw lines using MoveTo and LineTo, but not black lines!!

View Article


boot sector

how do i access and copy data to the boot sector?

View Article

Is 640x480 8bit a standard VGA mode?

Hi, I am doing some graphics programming, and i want todo 640x480 8bit in standard vga,ie int 10h sub-function 0h (set video mode). My guideonly lists upto mode 10h, but i know there are moremodes than...

View Article

Reading FAT32 file system with BIOS

Would anyone be able to help me find some information about reading a FAT32 hard drive using the BIOS interrupt 0x13 (or ports)?email >> asmosprog@hotmail.com

View Article


DLL-problem....

This is my problem:I have a type in VB, and an exact copy in asm(MASM). How do I "send" that type from VB to a asm-dll? And how do I return the type/structure afterwards?

View Article

Dynamic Memory Allocation

Hi friends....... I have just started on 8086 assembly programming and I wish to know if there is support for Dynamic Memory Allocation in 8086 Assembly Language......and if not,how are the dynamic...

View Article

Math in ASM

Here's my problem: Int 12h returns the base memory size into AX. It's always gonna be 640Kb on modern computers, but AX stores 280h. I want to print 640 to the screen, so I would have to convert 280h...

View Article


Calling an INT from an INT

Is it possible to call an interrupt from another interrupt's code?NavicLandhttp://www.angelfire.com/geek/navicland/index.htmlHeavenWare...

View Article


8086

Why 8086 cannot support multitasking, which feature in processor is rquired to support multitasking?regards,

View Article

DOS Debug program

Is DOS debug program acually changes register and memory values or it is just a virtual machine?

View Article

Assembly language

Why Assembly language is named as Assembly?

View Article

a simple assembly language calculator...........helpppppppp

hiisubject says it alli want a code for calculator in assmebly languageplease help me somebodyyyycya

View Article


assembly help

im trying ot write a small program that replces the mouse interrupt hanlder wiht my own. im using nasm. my problem is putting the address of my handler, into the address of the interrupt hanlder. heres...

View Article

I need an algorith

I've been trying to write assembly program which will diplay the blinking message, but i'm failing to do it.

View Article


Pentium II instruction

When i was disassembling WinXP's ntdll.dll I encountered a call to some adress where is posted code. I found that allmost all functions have a call there. I'd like to find out what does it. Before a...

View Article

how do write to/read from memory?

hi. i was wondering someone could explain to me how to write to memory and read from it as well.for example, lets say i want to put the value 6 (decimal) in the segment:offset 34c4:22f4 (i just made...

View Article


Emacs for Windows!

Hi!I have started to learn assembly at scool on a linux computer on which I use Emacs.At home I use windows and would like to write in Emacs for windows, I have found Emacs for windows at gnu.org, but...

View Article

screensaver in assembly

HII am trying to make simple screensaver because I'm a beginner.I have thought that it will contain just a letter that will move on the screen. The problem is how do I write so the letter J will move...

View Article

memory problem

this is not a programming question.If I have 32 MBytes of RAM and suppose that the 8-hex digit address starts at 00000000, what would be the 8-hex digit address of the last byte? thank you in advance.

View Article
Browsing all 152 articles
Browse latest View live