Assembly
An assembly language is a low-level language for programming computers.
Application
Any
Platform
Any
License
Any
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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...
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;...
hi how code and Calculation sin x in assembly Thanks
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...
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...
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...
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...