Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I use ZXB as Assembler only
#1
I want to use ZXB "as Assembler only". So no single BASIC statement will be used.

E.g. I just want to assemble this:

ASM
ORG 50000
RET
END ASM

and after compiling this should result in just a .BIN or .TAP-File which contains the single $C9 mcode ($C9=201 dez for RET) and is in memory from adress 50000 dez.

Is there a simple way for doing this?
Reply
#2
Just use the ZX Basic Assembler, included in the distibution.
Code:
zxbasm -TaB myfile.asm
Reply
#3
boriel Wrote:Just use the ZX Basic Assembler, included in the distibution.
Code:
zxbasm -TaB myfile.asm
Thank you very much. Works like a charm for me!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)