|
You're visitor number: |
![]() What is GASM? GASM is an x86 assembler capable of assembling 16bit and 32bit code. It comes with several examples of using the direct support for Protected Mode programming. Why use GASM? GASM is a very reliable, fast and stable assembler. It is NASM compatable,
and will compile most of the programs the assemble on NASM. If you want to
do Protected Mode programming, either a plain DOS program, or your own
OS, then GASM is the choice for you. Protected Mode programming is relatively
painless providing support for commonly used structutes such as the TSS,
GDT, IDT and the LDT.
Where do I get GASM? You can download GASM as three versions, the DOS version and the Linux
version.
Copyright© 1999 by Gareth Owen. |