Category: programming/languages
Title: Weird Assembler
Status: Freeware
Short: A tiny COM microassembler
Keywords: assembler
Author: Artur Skura
Uploader: skura@friko.onet.pl
CD-ROM: yes






This is the tinniest assembler I know. It can do surprisingly lot, though.
I have include some examples of use.

How to use it?
First read some books on assember and interrupts. Then start writing your 
programs. This tiny assembler is very simple: you don't have to declare
memory model etc, just type in the instructions.Be careful, it deosn't support 
anything except:

mov reg/imm
int

(If I receive enough feedback from you, I may complete this list.)

Then assemble your code:

wat.exe your_file.ASM com_file.com

In future releases I will add support for tiny exec files, as this is
not so tedious as rewriting opcodes. 
This program is freeware. For $5 I will send you complete source code,
so that you will be able to play and modify the opcodes as you like.
All comments welcome.

Artur Skura
ul. Grojecka 40/6
02-320 Warsaw
Poland


skura@friko.onet.pl

