good german developer kit called 'ASM'
I know a good assembler called ASM (newest version 2.11).It has editor, assembler, examples, books, etc.I use it!
View Articleneed help with graphics!!
just beginning with graphics and spend the last couple of DAYS!! trying to prevent a smalldesign - 11x11 pixels - (for a screensaver - but really starting to learn about the subject) fromjumping OVER...
View Articledocumentation about boot strap
Hi,I'm triying to start my computer from a 1.44" disc, by writing my own boot sector. So far I can print out a few characters, but if I'm trying to adress some memory (e.g. SEGMENT $7000) the system...
View ArticleI opened my masm book randomly and read...
the definition for privileged mode (ring 0).Can someone give me an example of a system structureortableor a piece of some device driver code?(read from environment and tools...
View ArticlePrinting To The Printer In Graphics Mode
How can I print to the printer in graphics mode,VESA or VGA?
View Articledaa and das
Can somebody explain these instructions to me? When and why are they used? Thanks!
View ArticleTHANK YOU ALL, specially to AsmGuru62
Hello there peeps! We just finished presenting ASCII CHART in our ASSEMBLY CLASS, and thanks for all of your help, specially to AsmGuru62.. he guides me all the way, and let me 'use' some part of codes...
View ArticleAdding assembly codes to compiled Exe Files
As the title says i wanna learn this subject? Where can i find the related documents?
View Articleprogramming graphics adapter
Hi,I need to programm the graphics adapter. Is there anyone who can send me a link to a tutorial or something like this?It's also enough if I get a assembler-version of the bios-Int $10.Note: I use the...
View Articlehelp, about hardware interrupt in VIRTUAL 8086 mode
Hi,I have a serial communication program which was developed under DOS. This program installs a new 0x0C hardware interrupt handler to read from serial port COM1. Under DOS and Windows NT/XP/2000, it...
View ArticleConverting Decimal numbers to Hex
I just don't get it!! I've read so much about converting numbers and all I understand is how to convert Hex to Decimal, but I want to convert a Decimal number to Hex, can anyone explain how to?...
View ArticleMASM / TASM Output Format Question
Can MASM and/or TASM compile code and output it to a binary file? If so how do I do it?Thanks,Navic
View ArticleThe @data, whats that?
Hey peeps I got a question in the code below:mov ax, @datamov ds, axor somethimes:mov ax, @datamov es, axI just know that these codes copy the OFFSET of data segment to DS and ES registers. BUt for...
View Articlenumber convertion program
Hi there! Can anyone send me an assembly program that converts the numeric input in decimal to hexadecimal, octal and binary. Input ranges from 0 to 65535. If the input is not within the range, the...
View Articleneed help with int 13h ...
hi ...i want to read via int 13h a sector into memory from floppy.this is my code :;CODE-----------------------------------------------------------jmp BEGSector DB 512 DUP...
View ArticleWHERE CAN I FIND NASM
Hello,Sorry in my bad english... (I speak portuguese)Can someone tell me the place (site) where I can download the NASM assemble?By Leonel Machava!!!
View ArticleOS development
does anyone know any good sites for info on OS development.right now i'm still trying to learn about protected mode and the IDT and GDT and all the damn PL(CPL, RPL, etc)i know about...
View ArticleSound Generation
Hello,I have a question regarding the generation of sound in Assembly. What operations are available to generate a short sound tone? Also, what interrupts and/or other components are required?Thank You.
View ArticleNeed help for compiling code
Dear Friends,I got this source code in C and ASM which is compiled with Borland C/C++ 5.0 compiler and Turbo Assembler Version 4.1. The linker is CSi-Link embedded application linker, version 2.12. I...
View Article