Assembly
An assembly language is a low-level language for programming computers.
Forum Post

Re: A problem with nasm EQU

And while we're on the subject. Is there any decent tutorials, books, source code etc. for learning NASM in DOS 16 bit mode. I've found some pretty neat stuff for NASM under linux and Win-32/64 bit,...
Forum Post

Re: What Language is used to design an OS

: : I must know because I want to design a n OS of my own used for : : Mainly Gaming. : : I want it to play MAC, Windows, and Linux Games. : : : : What Programming language would I use to go...
Forum Post

Re: What Language is used to design an OS

: I must know because I want to design a n OS of my own used for : Mainly Gaming. : I want it to play MAC, Windows, and Linux Games. : : What Programming language would I use to go about this?...
Forum Post

Linux Intel Assembly for shellcode

I am trying to learn how to write shellcode for my proof of concepts for exploits I find but I am not very good at assembly. This is the code I was working on and for some reason it assembles fine...
Forum Post

Re: Input numeric in assembly Linux and DOS

I do not understand this question. What is "input ah is 1 for char"? To put the value into a register simply use MOV instruction: MOV AH, 40h Please rephrase the question. Explain what program...
Forum Post

Input numeric in assembly Linux and DOS

Hi every professional , I am newbie in the assembly language and until now I do not know how to input the number data type in the pure assembly langauge . I do not embedded it in C++ . In Dos...
Forum Post

HLA Standard Library v2.3

http://sourceforge.net/project/showfiles.php?group_id=165727 Version 2.3 of the StdLib is now on SourceForge. - Improvements: Linux support is now more complete. - Includes: Automated Test...
Forum Post

Linux Mobo Sensor Data

Just wondering if anyone has played around with these libraries from ASM code? http://packages.debian.org/testing/libdevel/libsensors-dev http://www.lm-sensors.org/ Sys_basher seems to now...
Forum Post

"Blit" ASCII onto screen in C?

Heyall. For curiosity value, I'm trying to write a 3D-engine that uses only ASCII-graphics. No real reason, just for fun. The only problem is, I can't find a way to instantly "paste" blocks or...
Forum Post

Re: Protected mode

: : : Where can i find some good documentantion about protected mode,how do i initialize it how I use it etc ... : : : 10x : : It depend what environment, you start from, if you start in window...
Forum Post

Re: Protected mode

: : Where can i find some good documentantion about protected mode,how do i initialize it how I use it etc ... : : 10x It depend what environment, you start from, if you start in window or linux...
Forum Post

Re: time.h

: : Would this be possible? : : : : long long timer; : : : : asm : : { : : rdtsc : : mov dword ptr timer, eax : : mov dword ptr timer, edx : : } : : : : no, because...
Forum Post

Printing numbers Linux

I have been searching how to print a word in assembly Linux for quite some time. I cant manage to find good info though. Could anyone help me? Thanks in advance.
Forum Post

Re: Linux Assembly Code To reboot Machine

It works. : I am trying to reboot linux machine using assembly code. : : .section .data : .section .text : .globl _start : _start: : : movl $88, %eax # System Call 88 is...
Forum Post

Linux Assembly Code To reboot Machine

I am trying to reboot linux machine using assembly code. .section .data .section .text .globl _start _start: movl $88, %eax # System Call 88 is for reboot. movl $0xfee1dead,...
Forum Post

modem drives

: : How is a modem drive done? Which are programming languages used for doing a modem driver? Which programming languages I need to know? : : Thank you for helping. : : : : : : device drivers...
Forum Post

optimizing assembly code and question on getting startd w/mandelbrot

This message was edited by evolutions at 2003-12-11 16:12:51 This message was edited by evolutions at 2003-12-11 15:59:13 info this is using the 386 intel architecture(i think att lanuge set)...
Forum Post

Re: inlining asm in C-language

for inline asm : : and also see the http://linuxassembly.org/ for more detailed information. : : one way to do it keeping the intel syntax is moving all the assembly code in a separate...
Forum Post

Re: inlining asm in C-language

for inline asm and also see the http://linuxassembly.org/ for more detailed information.
Forum Post

Re: how do i get arguments from the console line in nasm

: ./exp arg1 arg2 : : in DOS the line afther the program ("arg1 arg2")is put in es: as a length string , : how i do this in linux ??? : : I'm not really sure. However, you can get...
1 2 3  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.