SJASM !!!
I have looked a bit at SJASM,
since I was forced by WB-ASS2 to use a cross-assembler,
because my game was getting too big....
Question:
Is this the way to use Sjasm:
I type my assembly file in a wordpad, e.g.
ORG $C000
BEGIN:
LD A,50
CALL $A2
RET
i save this file as: "printa.asm"
then I open DOSPROMPT
I go to the SJASM directory (where "PRINTA.ASM" is also saved)
I type: SJASM -l printa.asm
then the files which are made are:
PRINTA.LST and
PRINTA.OUT
and sjasm tells me Errors: 0
but now what??
how and with what do I play these files ??
Login or register to post comments