morskoyzmey
morskoyzmey
Is there a case, in which $00XX syntax should be considered as ZP addressing? If not, then my solution just solves that part of problem.
Yes, such syntax would be nice to have, but does it exclude mine solution? I did it just to handle $00XX syntax of clever-disasm, which looks pretty intuitive to me....
Well, it wasn't hard to add, except that "!" symbol is in use already (for expressions). I wanted to use @, but it's for local labels, so I went with...
Thanks for the detailed tour. I've done with `a:`, as you suggested. - [diff](https://github.com/morskoyzmey/asm6/compare/ed63c803e3302c0858af807f4b8dc5b37382dab4...master)
@koitsu, yes, 4 digit determination is included. I'm using global `chars` variable as length indicator, which differs from zero only when hex (`$00fc`) or binary argument (`%00000000`) was parsed ([see...
> Just wondering, will this get added anytime soon? I've been working on some disassembly stuff and have found this to be an issue as well. Try to apply pull...
Да, горизонтальный скроллинг экрана возможен с помощью memmove. `memmove(oled._oled_buffer + dstX * 8, oled._oled_buffer + srcX * 8, sizeof(oled._oled_buffer));` Учитывая структуру буфера таким образом куски можно брать только цельные по...