dmsc
dmsc
Hi! > I'm sure some games would find negatives useful, but if it's easy to do then why not give us the option to compile with signed or unsigned. >...
Hi! > I never considered having to maintain all those builds, yeah it's a lot of work. > > The unsigned loop is a nice workaround, it's the kind of...
Hi! > > ```verilog > module counter ( > input rst, > input clk, > output led > > ); > > /* reg */ > reg [7:0] counter =...
Hi! > Are you sure? My understanding is that `8'd3` is decimal three in 8 bits, but I'm completely new to Verilog and this has messed me up in the...
Hi @danielkucera ! As @devanlai said, you are using essentially the same toolchain as we are - here it is: ``` gcc version 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599] (GNU...
This is the main difference: ```diff .vectors 0x0000000008000000 0x150 /tmp/dapboot.elf.ltrans0.ltrans.o 0x0000000008000000 vector_table -.text 0x000000000800e600 0x1980 +.text 0x000000000800e600 0x1ae8 *(.text*) .text 0x000000000800e600 0x14f8 /tmp/dapboot.elf.ltrans0.ltrans.o 0x000000000800fa84 reset_handler .text.startup 0x000000000800faf8 0x2ec /tmp/dapboot.elf.ltrans0.ltrans.o -...
Hi! > even latest debian fails: > > ``` > [dapboot.zip](https://github.com/devanlai/dapboot/files/4719416/dapboot.zip) Yes, same error, the nano-libc is too big, probably configured with -O2 instead of -Os. Also, the Debian package...
Hi! I can provide a patch, will look into it at weekend. In the meantime, I ended up modifying the compressor quite a lot to make the decompressor faster and...
Note that the program still does not work, as it really is a TSR.
Thanks! Sadly, somehow the missing symbols need to be reconstructed, specially at startup "GWINI" and "DONOTE" are called.