pretty-8080-assembler icon indicating copy to clipboard operation
pretty-8080-assembler copied to clipboard

Pretty Intel 8080 Assembler

Results 4 pretty-8080-assembler issues
Sort by recently updated
recently updated
newest added

the following example fails: MAX_NESTED_LEVEL equ 10 ds MAX_NESTED_LEVEL * 3 expected: 30 bytes reserved

I have encountered two problems with the assembler, first when I select the code and click with middle mouse button in other app, or in the same browser, or different...

Strings should be word-aligned if defined under DW. Suggested fix: https://github.com/beriddle/pretty-8080-assembler/commit/bf762f35881e206863ace00f4ec385e71836a7f6?diff=unified

``lxi d,13*256+16`` should highlight 13*256+16 on mouseover and show its value same for ``lxi h, label+1``