asm string parsing10206 (12/2/2007 5:48:45 PM) i would llike to parse a string, and count all the invalid characters(ie not letters or numbers). the only way i can thing of doing this is with many many jumps, whcih will a) make the code confusing and b) ann... david
Get the FAQs #170018 (12/3/2007 8:15:01 AM) 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... spamtrap2(1628)
Which Assembler?33384 (10/7/2007 2:55:51 PM) OK, I know this thread will degenerate quite quickly but there is just a chance that the first wave of responses will have some value. I am not new to assemby language but it has been decades since I indulged i... WillofIrony
NASM 2.00 is Here!!!17220 (11/29/2007 3:10:26 AM) After 7 months of intense development, the NASM team brings you NASM 2.0!!! This version of NASM supercedes version 0.98.39 (and Apple's 0.98.40) and introduces full 64-bit (x86-64/x64/AMD64/Intel 64) architec... Keith
usage of assembly4790 (11/24/2007 11:57:28 PM) i thought assembly wasnt used that much anymore. is this true. it must take a very VERY long time to code an entire useful program in assemmbly. why would someone code in assembly today when computers have so m... david
How to disassemble problematic sequence of bytes (ia32)9132 (11/26/2007 6:52:41 PM) My problem is that recently I have been trying to properly interpret this sequence of code (ia32) Code: db 0x66, 0xF3, 0x0F, 0x10 (...) Intel reference says that the sequence refers to either "movss Vss, Wss... notpyrc
Having trouble posting? #178024 (11/28/2007 8:15:01 AM) 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... spamtrap2(1628)
mixing java and asm5122 (11/26/2007 8:19:15 PM) if i had a full java coded program, and i wanted one or several loops to run with asm code, how would i go about doing that ? most of the program will be in java, a very small part (but time consuming) will be ... david
protected mode, no computer221 (11/26/2007 2:42:21 PM) I have owned the book, "The 8086 Book", by Russell Rector and George Alexy, for over 20 years and have recently begun to find it quite useful. One aspect of the book that I particularly appreciate is the fact t... spamtrap2(1628)
Calling BIOS from WinXP64 driver0107 (11/27/2007 12:08:08 AM) Hi, check out my latest article on http://x86asm.net It describes how to call bios interrupts from 64bit Windows XP driver using HalCallBios and x86BiosExecuteInterrupt. http://www.x86asm.net/articles/calling... vid512