... Hi there! I don't have time to write a tutorial on the subject, but here's the things you can DO with 13h: (I have only tried this in DOS real mode) -Set...
Assuming that nobody remembers, I myself was the person who first started this chain of posted messages. I fear that the messages are deviating from the actual...
Hi, I've been using NASM for the last 2 months. I've been using the NASM16 version with NASMIDE. I recently downloaded the NAGOA assembler, it looks nice but...
AOA you write that about 16h which have no any service to write a pixel but MOV AH, 0CH;;service no mov cx,300 ;;col mov dx,200 ;;row MOV AL, 2 pixel color ...
Hello every one: I am new to the list and a beginner at assembly language. One reason that I am interested in assembly language is because I found some old...
AOA for writing a tsr program you should be very clear about the intrupt hooks b/c when we make and application which can stay resident in memory so we are...
Does anybody know how to get into any of these video modes? 640 x 350 x 16 colours (EGA) 640 x 480 x 16 colours (VGA) 640 x 400 x 256 colours 640 x 480 x 256...
Hello. Junior in CS here. I think I've got my problem solved but wanted to run it by some more experienced folks. Our assignment is based in Vax_Assembly,...
... I also have question about this topic the following reference comes from a publication written in 92 and I know that computers today are much different...
hello. ive been learning a bit about assembly for the last month or so, and it seems ive come up against a brick wall and was after some help. i tried...
... First of all, its better to specify video page number in BX=0 Then you should switch to video mode, wait some time to see it and then go back to text mode....
GoAsm is a fast, free assembler for use by Win32 assembler programmers. It has a clean syntax and a number of optimisations for Win32. It is part of the "Go"...
what is the relationship between memory bank and the addressing lines?? i have a question here: a 20-bit addressing lines can address up to a megabyte...
Look at the Files section: AFD is a Fullscreen Disasembler/Assembler. Yes, it is old but it is the best I've ever seen. It is simple, small and very effective....
i am confusing about memory. in Jeff's book he said that if the addressing lines are 16-bit, it means it can address about 64k byte memory location but the...
... why are you moving the stack pointer contents to the base pointer is the "row" or "col" data stored in or pointed to by the bp reg? the contents of the bp...
ive got upto vga 640x320 in b/w by going into the mode with int 10 and the writing a some abertray byte value to vidio memery in seqence.and noteing what addr...
hi every body... i'm a new student of assembly(8086) and i have many problems.. i want to write a program that gets 20 numbers and put them in an array then...
Hello everybody, I'm making a program in assembler PC/370. What the program has to do is: It opens a TXT file that has C code in it. It tabulates the code...
... Hah! I wish. I didn't like Win16 and it was difficult to use assembler with it. Assembler+Win32 is easy. You are using a low level language together...
Developers may be interested to know that I have added an "/unused" option to my linker GoLink which (if used with GoAsm object files) can report those unused...
Hi , Is there anybody out there who is familiar with virus writing I'm going to write a virus as the final project of Assembly course at university . I need to...
Why couldnt someone write a "good" virus? It seems that if the virus has the ability to gain control of the system, that one could find a way to put it to...
Hey, just thought about getting a light weight, easy to use and full featured editor, which can handle ASM,C#, C/C++, Java, XML, HTML and all, under one roof?...
1- How Intel 80286 processor addresses 16MB of memory as its register size is 16 bit? 2- Why Assembly language is named as Assembly? 3-Is DOS debug program...
Hi All, I could use some help with a programming assignment due for one of my classes. Here is the assignment: (we are using a MIPS simulator, not sure which...
I've been trying to gain entry to the SVGA video modes for interrupt 10H, function 4F02H. Although it may work for other computers, I have already tried ...