[fasm-help] newbie
Brought to you by:
privalov
|
From: Juan C. S. P. <jcs...@pu...> - 2002-09-18 00:12:03
|
Hi, I'm trying to compile the following program inside a win98 vmware virtual machine: org 100h use16 mov ah,02 mov dl,'A' int 21h int 20h but I got this error: flar assembler version 1.40 test.asm [1]: org 100h error: name too long. ---- what's wrong? Thanks JC |