253 byte PC minesweeper game (complete source code)
I had some spare time so I wrote this up just for fun. I don't know of any 256 byte compos going on right now so I'll just post it here...Since this forums policy forbids me from posting the compiled...
View Article'Merge Sort' code
Hi guys;i need merge sort code for linear arrays, is there someone to help!?thanx a lot;
View Articlehow to shutdown computer..
I am looking for how to shutdown computer directly, like windows 98/xp does on new ATX systems, without displaying 'You may safely turn off the computer'.can anybody help...
View ArticleRecursive function in x86 Assembly
Hi,How can I write that function in x86 assembly?I have tried to write it but I could not. I am going to call it from a C function.Thanks.[color=Purple]int stirling(int n,int k) {...
View ArticleGaming EMU8086
Im trying to write a program for gaming. Anyone have sample games asm files to let me understand?
View Articledo you know a number system conversion code in C?
we need a code in C that converts binary to octal, decimal to hexadecimal and octal to hexadecimal..
View ArticleI've to write a disassembler in Java...
So. I've to write a disassembler in Java. But i don't have even one little idea on how to perform suc ha thing... So, can anyone help me?Thanks to all!
View ArticleASM Editor .
Hello I am new in asm and I need to know one thing before I begin to learn it . I know Pascal . Is there any asm editor like pascals one . I have read about masm ,tasm .But these are not editors . The...
View Articlevmware crashes with os
HiIm writing on a dos clone.I tried to move the kernel to FFFF:1000 (this is outside the 1mb limit, i enabled a20 so i can access this adress) that i have a little bit more free conventional memory. I...
View Articleneed help Swithcing to real mode and back to protected mode CONFUSED??
I am taking an upper level class in microprocessor architecture and interfacing. I need to write a program that demonstrates the real and protected modes of the pentium processor. The program must...
View ArticleStarting in real mode with Gate A20 enabled
[b][red]This message was edited by zenassem at 2002-8-25 13:14:40[/red][/b][hr]How can I have my computer start in protected mode with a20 enabled?I am running win98Se: starting in DOS mode. loading...
View ArticleALL IN ONE:PROC
This procedure needs to be added toyour library.Unless you already have it.It displays the 16-bit values in AXas a string of binary,octal,decimalor hexadecimal digets.BX contains aradix value 2 =...
View Articlemasking interrupts
Does anyone know how to disable a system interrupt under Windows 98?I am trying to disable the system timer for a period of time so a loop within a data acquisition program can run uninterrupted,...
View ArticleBoot loader problem
[b][red]This message was edited by Navic at 2002-8-27 10:30:55[/red][/b][hr]This is the code of my boot loader and I'm wondering why it won't boot my program when I use 50h-90h in place of the XXh....
View Articlewhat's wrong with these five lines?
hi, I'm a beginner -- just started learning ASM. Anyway, my first program is this:[code][BITS 16] ;Set code generation to 16 bit mode[ORG 0x0100] ;Set code start address to 0100hstart: mov ax,0b800h ;...
View Articlehelp me with Pmode!!!!
look at this simple programm:mov ax,0b800Hmov es,axmov ah,1bhmov al,44mov di,666mov es:[di],axas you see, it writes a single character on the screen.But i'm need this programm to be written in...
View Articleneed help assembling a program
I am learning assembly language from a book published in 1990 and I am having trouble getting the program to compile or create the appropriate executable. Below is a copy of the code exactly as it is...
View ArticleAssembly Under Linux
Hello I am interested in Linux Assembly programming. As you guess it is very difficult to find any information about Linux Assembly. If you are interested in Linux assembly please contact me from:...
View ArticleDebugging Multiple Processes
Hi all, Can anyone shed any light on this? I'm trying to patch Sonic 3D (when I try to install it from the CD, it tells me I need at least 5 MB free disk space - I actually have about 12 GB free). I'm...
View Article