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

linked lists

hey all!i'm new here..i'm new to assmebly and we will apparently have linked lists in our exam - even though we weren't taught in class due to lack of time. :-can anyone give me some link,simple...

View Article


Test

This is a test.

View Article


16-bit binary to decimal

How can i convert 16-bit binary to decimal. So basically i want to put a 16-bit binary number, in lets say registry dx. Then i want to print that number, but the printed value should be in decimals. So...

View Article

assambly matrix program

Hello. I had a task to write a program which finds minimal elements in each matrix column. I kinda wrote program, but when i check results they are kinda different.[code].model tiny.code.startup Org...

View Article

assambly matrix program

Hello. I had a task to write a program which finds minimal elements in each matrix column. I kinda wrote program, but when i check results they are kinda different.[code].model tiny.code.startup Org...

View Article


Where can I download Assembly Language?

Where can I download Assembly Language?

View Article

To create a file is not working with this method

[code]-a0C89:0100 jmp 1110C89:0102-e 102 db 'C:exam.txt',0-a 1110C89:0111 mov ah,3c0C89:0113 mov cx,00C89:0116 mov dx,1020C89:0119 int 210C89:011B mov ah,4c0C89:011D int 210C89:011F-h 11f 100021F...

View Article

Keyboard Interrupt to detect Space, right and left arrow keys

Hello. I have a homework. My development environment: Turbo C++ 3.0and programming Language Assembly, ANSI C. I have to detect when the user press Space or right or left arrow keys. It is forbidden...

View Article


VBE in protected mode

In the VBE 2.0 documentation they mention that a 32-bit protected mode interface is availiable.Does anyone have some nice documention on how to use vesa in protected mode?/Chris

View Article


STATUS FLAG. Need help fast:)

Hi all. I want to check the Status Flag after a command but it gives wrong values! For example:After adding 126 with 127 Status Flag would be FFBA, BUT...when i run this code, it gives 7112: mov ax,...

View Article

two pass assembler for 8085

Hi folks, Can any one help me to implement two pass assembler for 8085 in vb.net? If u have the code pls do send it to me.

View Article

STATUS FLAG. Need help fast:)

Hi all. I want to check the Status Flag after a command but it gives wrong values! For example:After adding 126 with 127 Status Flag would be FFBA, BUT...when i run this code, it gives 7112: mov ax,...

View Article
Browsing all 152 articles
Browse latest View live