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

Re: how to shutdown computer..

If the computer is fairly old and only has an APM-compatible BIOS, it's relatively simple to shut down using INT 15h. If the computer is only somewhat old, it may have both APM and ACPI, in which...
Forum Post

Re: how to shutdown computer..

Did you get some useful information with this old post. I’m trying to make my own OS and always hated the “you can turn your computer off” message. SO: Not in my OS!!!!!! I’m looking for a simple...
Forum Post

Re: Keyboard (Int 16h Int 9h or port 60h)?????????

You should use port 60 for making a game en int 16 for a text editor for example. Port 60 has a few benefits. It give a code for releasing a key. It is a long time ago but I thing NOT (key when...
Forum Post

Re: Help For A Beginner

I found this source code at http://asmsource.8k.com. Here is the file http://asmsource.8k.com/files/SB2.ZIP It is not a text editor but it even uses scrolling. It will help me on learning, so...
Forum Post

Re: Help For A Beginner

Sorry it is my mistake. I mean a text editor like Microsoft's Edit, running under DOS. I have thought command line means that. And I tried FASM today, it seems do not need any compiler specific...
Forum Post

Re: Help For A Beginner

MASM16 is a dinosaur - FASM is much easier to use. How do you imagine a command line text editor? A command line program is a dialog between user and a program in a form of question printed by a...
Forum Post

Help For A Beginner

Hi all, I am a beginner in assembly. I prefer masm16. It seems right to choose it for me as a beginner. I have studied the language basics. Now I am practising by writing some code. I want to...
Forum Post
Forum Post

Re: help with operating system (running programs?)

Might I Recommend A Book? "Assemblers and Loaders", "Linkers And Loaders", Or "Assemblers Linkers And Loaders" Ok so i said one book but i gave you three, you should probably go ahead and read all...
Forum Post

I Am Working On An Assembler

I Am Working On An Assembler For X86 CPUs Using The Python Programming Language, I Was Wondering If There Was Anybody Here Who Has Any Experience In Writing An Assembler, Or Anybody Who Knows Python...
Forum Post

Re: [x86 Assembly] Help with an algortyhm.

Since you need to input values from console and output them back to console take a look here: http://www.codexxi.com/MyBlocks.html The project you need called: "Sorting integer values (DOS,...
Forum Post
Forum Post

[x86 Assembly] Help with an algortyhm.

ok guys, I don't know who else to ask. I'm pretty much screwed if someone of you doesn't help me. Let's get to the problem. I've had a problem to solve, I've made the algorythm, all cool. Problem...
Forum Post

Java to assembly (mips32)

Hello! Could anybody help me to make this java code( or part) to assembly (mips 32)? I would apprecιate any help! The java code is: import java.io.*; class BinarySearch { final static int MAX=5;...
Forum Post

how Calculation sin x

hi how code and Calculation sin x in assembly Thanks
Forum Post

HELP!!!!!!!!!!!

Hi - I am trying to complete a project for my Advanced Higher Computing project, that involves me using Assembly Code to compare 3 numbers, then redirect to where necessary. However, when the...
Forum Post

LC-3 .EXTERNAL PROBLEM

I need to do a program in the LC-3 that simulates a calculator with simple functions....add, substract, mutiply and divide and find square roots. Our professor told us to use .external and use the...
Forum Post

Averaging in assembly using floating point values

I have to get average of 6 grades. Somehow I getting a wrong answer Here's how I'm passing my values in C++. Since it's an assignment I can't change my C++ code. extern "C" double Average (long...
Forum Post

Re: help with operating system (running programs?)

i've goten a bootloader and kernel functioning, fat12 is almost ready, but i'm still having some problems on running other programs. can't i make a special command that loads a program in to memory...
 

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.