adiee5

Results 12 comments of adiee5

Did a pr for `nano` highlighting! #123

I think I know, what could cause it? ```c void = call(workFunc) ``` technically, the correct syntax for ignoring a return value from a single return value function is this:...

yeah, let desertfish see it, so he can add a proper error message

> note that if you have idrac 2.61.60.60 or newer then this method doesn't work anymore (dell patched it) so, how can i interrupt uboot if i have a newer...

Personally, I find this rather neat. It adds to the feedback

Yeah, it seems like nobody noticed this feature request yet. I'll try to check whether the feature was already added in some recent version

> Many things currently work under the assumption that there's only ever one file visible at once My idea was to make it run separate imhex instance, as most text...

> - no "inline" variables (only zeropage and bss) > > not achieved by the compiler. While compiler doesn't necessarily take care of that, there are still ways to get...

Remember to look at the pull request: #160

> and the BSS area still ends up in ROM address space I think. Command line arguments allow us to relocate the BSS (which at least helps us in the...