MFLD

Results 34 comments of MFLD

The reported failing 'block analysis' example is now working with both McRegion and Anvil formats after being updated in #106. You could close this issue.

Hello @fakuivan. Your script uses some tags that do not exist anymore in the chunck section, in the latest Anvil format used by today's 1.13.x game version (`Blocks` and `Add`...

The proposed script is now superseded by the 'block analysis' example as updated in #106, that now supports both McRegion and Anvil formats. You could close this issue.

Looks like more an issue related to a user specific case (i.e. requesting help to develop a MC admin tool for `servers.dat`) than a general problem in the NBT library....

Hello @ladmanj Looks like we are both hacking a non-PC IA16 device 😉

@tkchia : I think you are right, hard bare metal on IA6 is only for a very few. GCC-IA16 already does the job, at the cost of a little but...

Hello @roman65536, you can find an example of using GCC-IA16 and related tools for bare metal 8086 programming in the project [SYS86](https://github.com/mfld-fr/sys86). The Makefile could help you to figure out...

I am using the same GCC-IA16 as self-built in the project [ELKS](https://github.com/jbruchon/elks) that @tkchia contributes to. ``` mfld@home /mnt/data/home/mfld/advantech/sys86 $ . env.sh TOPDIR set to /mnt/data/home/mfld/advantech/sys86 CROSSDIR set to /mnt/data/home/mfld/advantech/sys86/cross...

About the magic, @tkchia would explain the GCC-IA16 options better than me :wink: . For the case of SYS86, the SBC original ROM boot code has been patched with [MON86](https://github.com/mfld-fr/mon86)...

Yeah, I only responded to give an example of "_how to use GCC-IA16 to do bare-metal on 8086 based system_" (that was the initial question as I understood), not to...