[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 ArticleNeed 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 ArticleAssembler 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 ArticleProblem 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 Articlegcc 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 ArticleBPB 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 ArticleMemory 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 ArticleTASM 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 ArticleTwo 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 ArticleDesperate
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 Articlelistbox implementing..
I put a listbox in my window using resource editor. How could my program interact with it?
View ArticleWindows 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 ArticleInterrupts 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 ArticlePlease 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 ArticleCan 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 ArticleChanging 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 Articleneed 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 ArticleRetriving 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