IRC channel logs

2020-04-26.log

back to list of logs

<webczat>hi hi
<dddddd>Hello, webczat. Did you have a chance to talk with fossy?
<webczat>not sure if we talket directly. I have short memory and may randomly lose information. :(
<dddddd>let me see...
<dddddd>nope, nothing in the logs
<dddddd>Well, the point being that maybe some of their work might (I _think_) be of interest to you... maybe (I'm sure I'm missing details on both fronts).
<webczat>maybe :)
<dddddd>exactly :D
<dddddd>janneke, I sent a preliminar version of M1.scm that might be enough for your needs, just in case you want to play with it before the complete version (handling binary, octal, Knight and so on) is done. I guess that hex and more actual archs covers your situation, and that's working fine.
<dddddd>*sent to OriansJ
<dddddd>Let us know when the time comes (or is about to).
<OriansJ>testing it now dddddd
<dddddd>thanks
<markjenkinswznc>An update on disasm.py (https://github.com/markjenkins/stage0/tree/disasm_py-wip). As of today there is now a --string-null-pad-align command line option.
<markjenkinswznc>--string-null-pad-align 4 is the option for disassembling the current stage0 roms which have strings padding with nulls to get them to a multiple of 4 length
<markjenkinswznc>--string-null-pad-align 1 is available for the future planned binary format where strings only have 1 null at the end
<markjenkinswznc>--string-null-pad-align 4 is the current default if left out, but it's only going to take a 1 character change when that switch is made
<markjenkinswznc>next up, I'm going to fill in additional gaps to achieve feature parity with disasm.c
<OriansJ>markjenkinswznc: excellent
<janneke>dddddd: thank you!
<vagrantc>wondering if it would make sense to compile a list of bootstrapping related talks at bootstrappable.org ?
<vagrantc>or if such a thing already exists?
<OriansJ>vagrantc: https://github.com/oriansj/talk-notes
<OriansJ>or more precisely: https://github.com/oriansj/talk-notes/blob/master/talks.org
<OriansJ>and I accept pull requests and notes for related projects
<vagrantc>thanks
***ChanServ sets mode: +o rekado
<OriansJ>dddddd: looks pretty good