HackerTrans
TopNewTrendsCommentsPastAskShowJobs

axarydax

no profile record

Submissions

Doom on a Smartwatch (As a Display)

jborza.com
5 points·by axarydax·vor 6 Jahren·0 comments

Adventures in hardware, part 8 – PS2 Keyboard Typewriter

jborza.com
39 points·by axarydax·vor 6 Jahren·4 comments

comments

axarydax
·vor 5 Jahren·discuss
Back in 2006 I had a side job as an IT journalist. I wanted to draft my articles while away from the computer on the Pocket PC, as laptops were really out of my reach, and back in the day the localized input methods (touchscreen keyboards) were paid and expensive apps.

I ended up with a text editor supporting various formats and inpit languages, implemented in quite dreadful verbose C#, as I didn’t know any better.

https://sourceforge.net/projects/ppc-edit/
axarydax
·vor 5 Jahren·discuss
It's because then the other fields, such as the source and destination registers can stay in the same place across various opcodes. In the rare cases there's an immediate field, such as the jump offset, it uses what would otherwise be a register or an operand.

Disassembling RISC-V is then quite straightforward because of this feature.
axarydax
·vor 5 Jahren·discuss
Do you remember which book that was? Sounds interesting.
axarydax
·vor 6 Jahren·discuss
Could be doable by throwing in a larger LCD panel. I think that a more sane platform to implementing a portable LCD typewriter would be either an Arduino with an SD card instead of going all of the way with an FPGA.
axarydax
·vor 6 Jahren·discuss
That's a cool idea - I'll look if I can get a word processor for cheap... and turn it into a PS2 keyboard
axarydax
·vor 6 Jahren·discuss
OP here

That's very cool! Never heard of LED-Transistor logic, and after reading the article I know why :).

I'd like to implement MCPU on an FPGA next weekend, so hope to have two implementations soon.