jhusak

Results 8 issues of jhusak

Hello. I have added the Makefile for gcc/clang compilers. Could you please add it to let people to compile it without installing wattcom compiler? Thanks in advance Jakub Husak

It would be nice to have narrow fonts (2 x taller than wide). Is it possible to do? Or is there a simple tool to do this?

Now directive .print prints numbers in $HEX format. It cannot be changed, so I have to use the sed inline editor on the mads output to produce include.h file for...

enhancement

An idea to make cart header with type given and checksum calculated on the go.

It would be convinent to have a cmdline switch that allows to assemble over 65535 with only warning (or nothing) instead of error (with warning when code generated over 65535,...

To be compatible with MilkyTracker, the change in 277 line does the trick - change from 0x0 to 0x0102. ``` # create xi file file.write(struct.pack('21s22sb20sh',\ 'Extended Instrument: ', (filename[:-4] +...

I had not-working issues with avrdude and updi config. So I found information that not only me. Now I use pymcuprog which works like a charm.

Example test.asm: ``` org $2000 main nop @ nop ``` assemble mads test.asm -hc The result is: ``` #ifndef _TEST_ASM_H_ #define _TEST_ASM_H_^M #define TEST_MAIN 0x2000 #define TEST_0@ 0x2001 ^M #endif...

bug