Search the web
Sign In
New User? Sign Up
assemblyassist · Assembly Assist - The place 4 giving & receiving Assembly Assistance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 470 - 499 of 2292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
470
do a search for a page called "art of assembly"<br>on hotbt.com. that is a good thorough page...
onthecur
Offline Send Email
Feb 2, 2002
9:23 am
471
do any of know what the assembly architecture is for the Cisco IOS operating system?<br><br>Thanks <br><br>Brandon...
brandon64_99
Offline Send Email
Feb 6, 2002
10:54 pm
472
I dont know, but there is a book called cisco IOS software architecture that might have some info, but I dont know if it says anything about assembly ...
ciscokidd78
Offline Send Email
Feb 7, 2002
5:58 am
473
My Cisco System instructor has asked us to find the answer. Thanks.<br><br>Brandon...
brandon64_99
Offline Send Email
Feb 7, 2002
2:34 pm
474
hello<br>I wanted to write a TSR program, that uses inline Assembly, & have some problem regarding to this,I can send my program to see the...
mariya_82
Offline Send Email
Feb 9, 2002
9:25 am
475
An operating system, in and of itself, it related to its hardware. So, what you would need to do is to find out what type of CPU Cisco uses. Try finding out...
phyrfox
Online Now
Feb 11, 2002
7:23 am
476
Suggestion: Don't use this. In DOS, you will *probably* reload DOS, but not guaranteed. In Windows 9x, you'll almost certainly fail. Here are better...
phyrfox
Online Now
Feb 11, 2002
7:33 am
477
... Cisco ... only ... sure ... specifications" ... IOS ... You rule thanks alot man!! Thanks again. Brandon...
brandon64_99
Offline
Feb 11, 2002
9:22 pm
478
and enjoy...
vdamiano
Offline
Feb 12, 2002
5:07 am
479
I've been using mode 13H (320 x 200 x 256 colors) for a few months now and I am finding that it will probably not be sufficient for my ambitions. The...
saltmeister_one
Offline
Feb 13, 2002
5:46 am
480
8086 processor calculates 20 bit physical address (of the instruction to be executed) by: CS x 10h + IP = 20 bit address But how 8086 puts this address on 20...
kazmi_99
Offline
Feb 13, 2002
4:48 pm
481
1. I've written the ASM file ( GENX.ASM) like :- PUBLIC _printChar _TEXT SEGMENT WORD PUBLIC 'CODE' ASSUME CS:_TEXT _printChar PROC a:BYTE MOV AH,9h MOV AL,a...
meetramji
Offline Send Email
Feb 17, 2002
12:53 am
482
as you know in cga a pixel location on the screen is a function of which byte addr. you write to. the color of the pixel is determined by the value of the byte...
md1210us
Offline
Feb 18, 2002
7:17 pm
483
... Please, please write us all a big, fat, juicy, agonizingly detailed tutorial on the subject. I'm looking to learn 13h and its linux equivalent, and I...
tomcat_coder
Offline
Feb 19, 2002
3:04 pm
484
Hello, I have to code a program in assembly in which I have to find max of three no....I have to pass values from a c function and have to code this function...
qaskari
Online Now Send Email
Feb 20, 2002
6:48 pm
485
Hello, I've coded an ASM file which has 3 subroutines/procedures in it & a C file which'll call those subroutines. But, the problem is coming in the...
Ramji
meetramji
Offline Send Email
Feb 20, 2002
11:14 pm
486
HELLO, I want to putchar with INT 16H,with which function I can do that?...
mariya_82
Offline
Feb 21, 2002
7:21 am
487
... 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...
spottts
Offline
Mar 2, 2002
5:25 am
488
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...
saltmeister_one
Offline
Mar 7, 2002
2:08 am
489
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...
spray14damit
Offline Send Email
Mar 21, 2002
4:44 am
490
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 ...
ajoyia
Offline Send Email
Mar 24, 2002
8:58 pm
491
Does anyone know where I can purchase some IBM AS/400 client access software?? Thanks....
brandon64_99
Offline
Mar 26, 2002
6:47 pm
492
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...
joearellano2000
Offline Send Email
Mar 27, 2002
5:23 am
493
Source Code for turbo Deugger so that I can create and modify to include interfacing simulations. details on enquiring. Thank you....
orgasmatronin
Offline Send Email
Mar 31, 2002
7:31 pm
494
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...
ajoyia
Offline Send Email
Apr 6, 2002
5:47 pm
495
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...
saltmeister_one
Offline
Apr 11, 2002
1:04 am
496
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,...
GypsyCaine
Offline Send Email
Apr 12, 2002
10:36 pm
497
... 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...
joearellano2000
Offline Send Email
May 12, 2002
4:27 am
498
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...
peterkelliher
Offline Send Email
May 12, 2002
4:41 am
499
... 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....
lego1403
Offline
May 25, 2002
11:38 am
Messages 470 - 499 of 2292   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help