Having trouble posting? #249058 (4/8/2009 7:15:01 AM) comp.lang.asm.x86 If you are having trouble posting to clax86, here is some information that might help you: 1. If you are using an "anti-spam" from address, then you need to be aware that many ISPs now test for valid domain n... comp
Get the FAQs #240069 (4/6/2009 7:15:01 AM) comp.lang.asm.x86 Before posting technical questions please read the FAQ: http://www.frontiernet.net/~fys/faq/index.htm You may also download a copy in zip format from the above site. The original version (which has not been... comp
Read file in timer interrupt964 (4/3/2009 6:43:07 PM) comp.lang.asm.x86 I am writing a DOS TSR and want to read some bytes from a file every time the ISR is called by the timer interrupt. However, the read file command is always returning error code 6 within the ISR. This error cod... Georg
Having trouble posting? #248048 (4/1/2009 7:15:01 AM) comp.lang.asm.x86 If you are having trouble posting to clax86, here is some information that might help you: 1. If you are using an "anti-spam" from address, then you need to be aware that many ISPs now test for valid domain n... comp
Get the FAQs #239061 (3/30/2009 7:15:01 AM) comp.lang.asm.x86 Before posting technical questions please read the FAQ: http://www.frontiernet.net/~fys/faq/index.htm You may also download a copy in zip format from the above site. The original version (which has not been... comp
Having trouble posting? #247057 (3/25/2009 7:15:01 AM) comp.lang.asm.x86 If you are having trouble posting to clax86, here is some information that might help you: 1. If you are using an "anti-spam" from address, then you need to be aware that many ISPs now test for valid domain n... comp
Get the FAQs #238065 (3/23/2009 7:15:01 AM) comp.lang.asm.x86 Before posting technical questions please read the FAQ: http://www.frontiernet.net/~fys/faq/index.htm You may also download a copy in zip format from the above site. The original version (which has not been... comp
Having trouble posting? #246048 (3/18/2009 7:15:01 AM) comp.lang.asm.x86 If you are having trouble posting to clax86, here is some information that might help you: 1. If you are using an "anti-spam" from address, then you need to be aware that many ISPs now test for valid domain n... comp
Get the FAQs #237066 (3/16/2009 7:15:01 AM) comp.lang.asm.x86 Before posting technical questions please read the FAQ: http://www.frontiernet.net/~fys/faq/index.htm You may also download a copy in zip format from the above site. The original version (which has not been... comp
code showing unexpected result. need help452 (3/15/2009 12:49:11 PM) comp.lang.asm.x86 hello all, In the following lines of code AX contains the hexadecimal value B(11 in decimal). This program suppose to convert the hexa value into decimal value but it is not giving the result instea... xshadow
USB 1.1 host466 (1/26/2005 4:36:47 PM) comp.arch.embedded Does anybody know if the USB standard allows connection between USB 1.1 host with USB 2.0 peripheral ? I know that you can connect the USB 1.1 peripheral device to USB 2.0 host PC. Thanks, Martin Roth Moto... bmr006(76)
3V <-> 5V Level shifter ?1576 (1/28/2005 10:03:59 PM) comp.arch.embedded Hi, I want to connect a GPS Smart antenna SAM LS from u-blox, to the UART of an atmega128 running under 5V. Unfortunately the GPS runs in 3V and has 3V compatible IOs. ... chawig(2)
Best assembler for 8088/8086?19141 (4/18/2005 8:04:09 PM) comp.lang.asm.x86 I'm about to dive into a fairly complex project with 8088 as the target platform. Due to the nature of this project (realtime graphics in limited memory), I'm considering writing major portions in assembler, a... spamtrap2(1628)
Different Syntax for Different Assemblers5114 (6/15/2005 6:03:36 PM) comp.lang.asm.x86 Hi all, I've just started learing assembly language and have obtained some tutorials and the MASM assembler for use. However, the tutorials assume that the reader have the TASM. I just want to know whether diff... spamtrap2(1628)
Manuscript of dissertation which may be of interest2534 (6/20/2006 10:26:01 AM) comp.theory The manuscript of my PhD thesis can be accessed in www.hut.fi/~ajy The main scientific result of the work is that there is a connection between theoretical computer science and artificial intelligence. ... ajy1(23)
Reading Previous Research Results748 (9/20/2006 11:39:01 AM) comp.theory Application-driven researchers usually search the literature for previous work on a particular task. However, merely collecting previous work on the particular problem is not complete: there could be general th... yaoziyuan(186)
Discussion regarding Mr. Diabys algorithm6458 (11/4/2006 9:08:45 AM) comp.theory Hi all, Below is discussion I find very interesing, and I think should be publicated (author of discussion didn't know how to start thread in USENET). Answer and discussion will be send as reply. >>>>>>>>>>>... radekh(231)
cpuid4172 (5/23/2007 8:57:08 AM) comp.lang.asm.x86 Hi I'm new to assembly and in the book that I read it's an example that shows you what CPU do you have.(using cpuid, movl $0, %eax, vendor ID). So I want to make a program that tells me processor type/family/m... spamtrap2(1628)
The Right Way to Design a Programme3344 (7/30/2007 8:06:19 PM) comp.theory Hello. I'm starting university this year but as a summer project, I've decided to develop quite a big system in Common Lisp. I'm using Common Lisp Object System for all my OO needs. I've realised that if I try ... defcon8(41)