.. having recherched further.

There would be the MIPS I emulator, written in perl.
And, things like retrobsd, a port to MIPS 4;

Also other alien OS's.

http://retrobsd.org/wiki/doku.php
https://hackaday.com/2012/03/28/building-the-worst-linux-pc-ever/

NUTTX could possibly even run at the Z80 emulator, written in perl.
http://nuttx.org/doku.php?id=documentation:about


This would increase the wtf-factor immensely, however, seems to me,
the additional layer(s) give a clean separation, which don't add anything to obfuscation or security.

I might give nuttx a try, just out of curiosity.

But at the moment I believe I'm going to either compile the editor into MIPS asm,
and write a "translator" to get perl code again.
DSL might be another term for what I'm going to do, I didn't know the concept yet.

Or I'll translate the texteditor from c to perl by hand.
Overall, it's only about 600 loc, not counting comments.
;) btw., the link to the editor. https://github.com/michael105/et


In reply to Re^2: Interpreting Assembly by misc
in thread Interpreting Assembly by misc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.