Kartik Agaram
Ivan Reese
Ivan Reese
0x5f5e100
might as well be a roman numeral, compared to the adjacent 100 ms
comment.Garth Goldwater
07/02/2020, 1:21 AMKartik Agaram
10
may mean different numbers in one file vs another.
* Supporting it in SubX requires writing more SubX without syntax sugar. Including improving error messages in some situations.
* Supporting it in SubX requires thinking about all the 2-digit opcodes in SubX that I've been writing in hex because that's how the Intel manual represents them.
But yeah, it is a gotcha that 10
means 16. There's a reason why I always prefix numbers with 0x
unless they're a single digit. I might revisit this. A PR would certainly put me over the edge..Mariano Guerra
Mariano Guerra
Kartik Agaram
Portability is explicitly a non-goal. Portability guarantees require extra effort to maintain, and can be particularly challenging for newcomers who may not be inclined to ensure their changes work on platforms they don't regularly run. Rather than attempt to fight a losing battle, we retreat from it entirely.That doesn't mean it's somebody else's problem. I'm very interested in contributing to a RISC-V fork or ARM fork (which has been increasingly on my mind). But it's unlikely to be a priority in 2020 at least.
Mariano Guerra
Mariano Guerra
Kartik Agaram
Chris Maughan
07/02/2020, 5:48 PMRay Imber
07/02/2020, 7:17 PMKartik Agaram
ioctl()
in there, see if you can spot what it's needed for.Kartik Agaram
Ray Imber
07/02/2020, 10:49 PMioctl
Damn screen size š you could just force a fixed terminal size. It would be like programming a graphing calculator. It adds to the authenticity of the experience /sarcasm. (I'm full of terribly bad jokes. Ignore me and don't actually do this lol.)
Re: the "mnemonics debate"
Your project has really caught my attention! I think it's a very cool idea.
I've read two of your blog posts:
http://akkartik.name/post/mu-2019-1
http://akkartik.name/post/mu-2019-2
and the github issue here:
https://github.com/akkartik/mu/issues/39
I'm about a 1/3 through your paper. I'm slowly reading it in my free minutes through-out the day.Kartik Agaram
Ray Imber
07/03/2020, 2:11 AM