sjasmplus icon indicating copy to clipboard operation
sjasmplus copied to clipboard

Command-line cross-compiler of assembly language for Z80 CPU.

Results 51 sjasmplus issues
Sort by recently updated
recently updated
newest added

Adding ANSI colour codes to the messages... is the easy part. But the auto-detection of system supporting them is the harder part. So far info gathered: The "proper" solution involves...

enhancement

After FCKN! equ we can't redeclaring labels/vars etc without errors also another EXPORT without EQU for --exp= maybe request too

enhancement

v1.20.3 all platforms when colon is used inside lua code which is defined inside macro, it doesn't work (probably the line gets split as macro parser is not sensitive to...

bug

| Version | Platform | Topic | |--------- |---------- |------- | | v1.20.x (tested on 1.20.1 and 1.20.3) | Windows 10 | INCBIN | The INCBIN does not take the...

bug

what extent can one expect the possibility of the appearance of such a keyword as union from the C language?

enhancement

Simple demo for ZX Spectrum that can be assembled with sjasmplus. Small size and demonstrates how to use some directives and features of sjasmplus (REPT, ALIGN, TapLib) in less than...

* It adds `AMSTRADCPCPLUS` device (similar to AMSTRADCPC6128 but with 32 pages). * It adds `SAVECPR` directive (allows to save the memory in a cpr file per blocks of 16...

can [bplist](http://z00m128.github.io/sjasmplus/documentation.html#po_bplist) support output for MAME? It must be like: ``` bp 8847 bp 884F g ``` **g** at the end is optional but useful - it starts emulation without...

enhancement

1.20.3 example ``` ifdef _REBUILD Pack EQU $ include "Original/Explosion.inc" include "Original/Ground.inc" Pack.Size EQU $ - Pack savebin "Core/Module/Graphics/UI/Menu/Original/Parallax.pack", Pack, Pack.Size include "Compress.inc" else Pack incbin "Compressed/Parallax.pack.ar" .Size EQU $...

enhancement