Quantcast
Browsing all 152 articles
Browse latest View live

[HELP] looping with floating number

i m trying to do an arithmetic series which is able to read in floating numbers. Yet i entered a problem with the looping.Initially, i tried with inc instruction to increase my value in register cx by...

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


Assembler tutorial HELP ME!!!

I'm trying to learn how to crack programs and change them a little. Now i've got the disassembler "W32DASM" I need to learn assembler. So I wanna ask you all: Can somebody give me (or even write for...

View Article

[HELP] looping with floating number

i m trying to do an arithmetic series which is able to read in floating numbers. Yet i entered a problem with the looping.Initially, i tried with inc instruction to increase my value in register cx by...

View Article

Problem with moving cursor

I am writting a program that will move a cursor and will draw * when a mov is given. Supposly the cursor should be able to move in any direction (E,,W,S,N,SW,EN...etc) The directions for E,W,S,N are...

View Article


gcc inline assembly and BTS

Hi all,I am not a x86 assembly programmer myself, however, I need atomic BTS in my C program. I've managed to write the following code, however, the return values are bogus. Any idea where the problem...

View Article

BPB values

Does any one know how to get the values for (not from) the BPB I formated a disk 1.44m and copied the values pluged them into my BPB for my bootloader but when I try to read the disk DOS says its about...

View Article

Memory accessing in ASM

I am unsuccessfuly trying to access more than 1MB of memory with assembler. How to access more?Please mail me at a.gruslys@takas.lt

View Article


TASM 386+

arg, somehow whenever I try to use 386 mode or higher in TASM, it interprets all ax's as eax's and vice versa for all registers. unfortunately it does this at compile time, so doesnt realise ther is...

View Article


Two prosesses at the same time

Are two processes at the same time available for ASM programs? For example how Windows proceeds two programs at the same time?

View Article

Desperate

PLEASE HELP,I NEED TO DEVELOP A FLOWCHART AND THEN WRITE AN ASSEMBLY LANGUAGE PROGRAM USING DEBUG.UPON EXECUTION OF THE PROGRAM, THE SCREEN WILL BE CLEARED AND THE FOLLOWING ITEMS WILL BE DISPLAYED IN...

View Article

listbox implementing..

I put a listbox in my window using resource editor. How could my program interact with it?

View Article

help me plz!!!!!!!!!!!!!!!!!

i need a help in a post fix algortihm

View Article


Windows Protection

How does Windows protect ones programs memory from the other programs? For example, why one program can't find other programs variables in memory?

View Article

Interrupts in virtual address space.

I've been looking around for a while for information on how interrups are handled in virtual memory but I havn't been able to fine some useful information as of yet so I'm asking if anyone would have...

View Article


Please Help, I'm a beginner

Dear......,How do I make a program in assembly language like this:Entry 'A' letter and the output is 'A' letter with about 5 cm long formed by small 'A' letters and it has color (any color). Please,...

View Article

Can anyone tell me...

...how windows 95 (and up) handle pre-emptive multitasking? I have been searching the net for a couple of hours now and all I can find are definitions. I know what pre-emptive multitasking is, I just...

View Article


Changing the DOS character sets

How do I change the appearance of the character set used in the text display mode (Mode 0x03, 80x25 chars). While on the subject, how do I do the same thing for the 80x50 version of that mode. Thanks.

View Article

need help in creating a post fix algorithm(2 days left) plzzzzzzz

i need an algorithm to transfer any eqaution to post fix such as: 2+4*6 in post fix it becomes:: 46*2+ which means puch 4 push 6 mul push 2 add i need an algorithm to transfer any equation to the post...

View Article

Retriving HDD info

Hi,I want to develope a program which can provide some HDD info like, Model Number, capacity etc. Does any body know how to do that ? I also want to modify HDD Model Number to something else , is it...

View Article
Browsing all 152 articles
Browse latest View live