Quantcast
Channel: x86 Assembly - Programmers Heaven
Browsing latest articles
Browse All 152 View Live

Suggest me a Assembler...PLZ

I am beginner of assembly language programming. I am learning assembly language programming from video tutorials of Mr. Niel Dickson @ showmedo.com.In those videos it specified to use MASM32 through...

View Article



code that run file automatically

i made a exe file. i copied it on cd rom. i want it should run automatically and no one can stop its execution as soon as i insert cd in cd rom. just like virus execute itself without any user input...

View Article

Image may be NSFW.
Clik here to view.

LED board and serial port

hi all;this is my first post;first i must say sorry for my english language :-pi wana make program that controlng my serial prot outputi use a flat 9 wire cable and bind it to 9 pin socket then i plug...

View Article

base convert

hi expertise,how to convert decimal to hexa.i did like this.mov ax,12d ;ax=12 decimalmov ah, 6 ; for outputmov dl, ax ;dl=axint 21h but not workplease help me with example

View Article

x86 lock system

i've got a few questions about creating a lock system (for multithreaded programs) specifically a mcs lock implementation,how would i go about creating a linked list and a pointer to a node on the...

View Article


Program for finding factorial

Can any one post me a program for finding the factorial of a given number using 8086 Microprocessor. i am new for assembly language and curious to learn more.....my mail id : jeganfernando2000@yahoo.com

View Article

How to send SMS from PC to mobile phone

I am now working on my senior project. My project is about to write the program that can detect the status of my computer and when an error occur it will send sms to my mobile phone so I can know my...

View Article

How to Switch into Protected Mode

[size=4]I need to make modifications to [b]BIOS[/b] code which runs at [u]PowerUp[/u] or [u]Boot[/u] time and I need to access more than the lower 1,048,576 bytes of memory.Is it possible to switch...

View Article


ASCII codes

i want to make a program in asm which has to do the following:a)memorize the ASCII codes of the keys i press, until i press Escapeb)calculate the sum of those ascii codesAny help would be...

View Article


Procedure length?

so I have this working procedure that is basically like function 09h of int 21h except it terminates at 00h, and it uses 01h-04h as control characters that determine the style of the text.I wrote it in...

View Article

I can't find the corresponding hex code for the x86 instruction set

Ah can someone help me find a list of the x86 instruction set with their respective hex code...some people say it you have to do some computation before getting it. if that is the case can u put me in...

View Article

trying to understand the stack

Well hello there.I am a relatively new in Assembly programming. I have an extensive background in C++ programming, but I haven't been coding in about four years. Now I've started coding once again and...

View Article

A problem with nasm EQU

So, I decided to begin learning dos 16-bit programming first and then move to protected mode 32-bit assembly when I've got enough experience of 16-bit programming.I'm using NASM and I'm currently...

View Article


text editor

If any one have/know where to get "Text Editor" written in Assembly language with source code plz tell me thanx all

View Article

reading without losing data

This post is concerned with reading data ,without losing data, from serial port(rs232).Please tell the asembler code for achiving this.I comunicate with asynchronous device(fiscal device for collecting...

View Article


debugger tracer [anti-crash system]

Hi all, Well, I dont know if it is the best place to talk about this... but... I am developing one program that process texts, with a plugin system, and I need to make some type of anti-crash system in...

View Article

tasm

i am a new user of tasm.....plz tell me the instructions and their meanings int tasm.....

View Article


adding registers of different sizes

helloIt is possible to do something like this?: add ax,bl (adding registers of different sizes?)(apparently no, because it gives me an error when a try to compile... )I'm a beginner and I need some...

View Article

Doubt in Prime.asm

Hello Everybody, I am having some doubts regarding the attatched code from the book "PC Assembly", based on Pentium III architecture.I am Beginner to assembly,I am unable to understand, the line 49 of...

View Article

How to scan and communicate with a device on RAID-controller

Anyone who knows how to do this? The raid controller is Intel ICH8M/9M-RAID. I need to get info from a Seagate hard disk. What kind of information i need to get in order to be able to do this? How is...

View Article

neEd help in creating PASSWORD taSm pRogram.....

pls..kindly help me in creating a TASM program which allow me to input a 8-10 PASSWORD i want to use "BURANDAY" as my PASSWORD..and the input password should be in a ASTERISK.. and if the PASSWORD is...

View Article


Need Help with MC6800

Assume that (D1) = $0000 FFFF before each instruction below executes. Determine the results, including the setting of the condition codes after the following.a) ADDI.B #1,D1b) ADDQ.L #1,D1c) SUBQ.B...

View Article


Need help to write a MC6800 program...

Write an MC68000 program that generates and adds up all even numbers from 1 to 100* the program must use at least one loop* the program should store the sum in register D4* Start the program at address...

View Article

need some help with basic instructions

Can I use a negative num as operand?for exmple:add eax, -1orsub eax, -1Can I use dec, when the register's value is 0?for exmple:mov eax,0dex eax

View Article

Optimization

Looking purely at speed ( clock ticks ) which code executes faster ?[code][color=Blue]mov eax,gs:[edi+4] -or-add edi,4mov eax,gs:[edi][/color][/code]

View Article


segment of instructions (MC68000) Question...

i'm using shift operations to divide a long word in register D3 by three and storing the result in memory address specified by A2: Below is my MC68000 program..is this correct?Move.L D1, D2, D3, -(SP)...

View Article

bubble sort

Hi everyone, I'm trying to implement a function in x86 assembly that sorts a given array of characters in descending order according to its ASCII code. The inputs are an array of characters and the...

View Article

finding smallest letter in a given array of characters

Hi,I need to implement a function that finds the smallest letter in a given array of characters (according to its ASCII code), capitalizes it if necessary and then returns it. The function has the...

View Article

I'm looking for huffman algorithm code (in assembly)

I'm looking for huffman algorithm code in assembly. I'll take it to make a program about compression data file . I want code which is easy to understand because I just learn about it . please help me...

View Article



Delete

Delete the post that I have made.

View Article
Browsing latest articles
Browse All 152 View Live




Latest Images