02-13-2017, 09:28 PM
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?
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?