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

Is this possible?

Hi!I have a driver that encrypts all data from the hard disk, including the partition where Windows is installed.At boot time, I get my key and algorithm from a USB Stick to be able to boot Windows.Now...

View Article


Difference between Assembly Language And System Programming

Hi,Could anybody know what is the difference between Assembly Language Programming and System Programming.Is there any relation between them.Danish Kamran

View Article


Hardware Spec From BIOS OR RAM

HelloI am beginner and would like to develope a kernel that shows hardware speci know there is an interrupt like int 11 .but i want to show the detail specification like model,vendor ,.... for some...

View Article

I would appreciate some help

I am having some trouble with my programming assignment. I can show you my code and how far I have gotten (and my logic). My assignment is to use inline assembly and mmx to compare two strings that are...

View Article

Problem with x86 drawing code

Hey all, I am new here. I am also new to x86. I am trying to program a paddel moving up and down across the left side of the screen, but for some reason (and I have tried to figure this out for days)...

View Article


dumbest question to date..

there are no stupid questions, just stupid people.. well, then i am a stupid person because i don't know sh*t about this stuff.. i am a graphic designer/ website creator.. i've made successful adult...

View Article

Memory Address Conversions

At a command prompt under Windows (DPMI environment), is there a way to convert back and forth between the Segment:Offset format of the V86 command prompt and a 32-bit Physical Address?Also, in the...

View Article

Image may be NSFW.
Clik here to view.

Bootloader

Hi all out there...I have a littel problem, with bootloaders.I have searched the internet, after a solution, but found nothing.The problem is, when i try reading sector 2 (floppy drive), the code there...

View Article


matrix diagonal & loops

with the following program I want to print on the screen the matrix diagonal. I need help to improve the code especially diagonal proc.How can I use loops in diagonal proc?Data segment m db 25, 45, 67,...

View Article


Making bootable CD

Hi all,i have some code in assembly and want to use it in bootloader and at first i used it with floppy but now i want to used it in CD.IS it possible or any software that can write my code in cd and...

View Article

A easy question

I have a program witch gets loaded at address 0000:0800.Do I have to use ORG 0800H when I write a .com file that will get loaded at that address ? I use MASM assembler.10x

View Article

Absolute value : URGENT

hey ... can someone please tell me the inline assembly code to find the absolute value of a double variable ??it is very urgent ...reply soon

View Article

help with x86 assembler

please im trying to write a program which reads roman numerals and returns integers in x86 but im trying to avoid using ja near and jb near , je near in some parts of my code, is there any other...

View Article


lost password tracing...tough one

Hello people, i'm new here.I have a program developed in Visual Basic 6, I forgot the password and there's no chance of getting the source code with the developer.I've decompiled it with a vbdecompiler...

View Article

Bitmap in bootloader

Hi all, I need to display a little bitmap (max 16x16) within a 16 bit program (a bootloader), someone has an idea on where to store the bitmap and how to display it? I am currently using int 10...

View Article


repetitive drawing problem

Hi. Any help you can give me on this will be highly appreciated. My problem is as follows:I need to draw some shapes on the screen (simple shapes: rectangles, triangles, etc.) and I have the code to...

View Article

How to multiply 2 float number in asm(x86)?

Hello Everybody,I need a source code how to get 2 number of input as keyboard and multiply 1 integer number to 1 float number?INT * Float as 2*22.5=45 for masm32 (x86) please.

View Article


TASM5 helloworld help needed, linker error

Hey..!I have found a sample helloworld program for TASM 5.0 however it doesn't seem to work correctly, then i found a post on this forum that explained how to fix it, so i followed the steps, but...

View Article

X86 ASSEMBLER: Question About Operations

I have this line using Intel syntax:[code]add [eax], dl[/code]Let's say the address stored in EAX is 0. Pretty simple. Okay, and the value at [EAX] is 0xFFFFFFFF. Register DL is 1. What's going to...

View Article

Need help.. ASAP.. (tasm)

i am a beginner of assembly language programming particularly on that with TASM.. We are asked to code a program wherein the user will asked to input a character or a word and then it will print the...

View Article
Browsing all 152 articles
Browse latest View live