Code Monkey home page Code Monkey logo

oberon-risc-emu's People

Contributors

deevans avatar ehmry avatar ilovb avatar pdewacht avatar phcoder avatar schierlm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oberon-risc-emu's Issues

Networking emulation

Just a reminder to review/copy schierlm's networking code when I have some time.

IMPORT T := Texts in image 2019

At least in 2019 image there is the following compiler error:

This won't compile, because it treats T.Text and Oberon.Log (of type Texts.Texts) as different types:

IMPORT T := Texts, Oberon;
VAR W: T.Writer;
BEGIN
  T.OpenWriter(W);
  T.WriteString(W, "HELLO");
  T.Append(Oberon.Log, W.buf)

If T := Texts is changed to just Texts and T replaced with Texts, then the compilation becomes successful.

In an online RISC emulator, it is not the case (both variants work).

Keyboard layout question

Is it possible to alter the layout for the emulator? It seems that the emulator has a hardcoded layout. It seems to not only ignore the OS layout, but the hardware layout too. I have an ISO keyboard and it assumes ANSI. My OS layout is Dvorak also, which is similarly ignored.

How difficult would it be to alter this behaviour?

Key-Shortcuts vor Quitting / Resetting the RISC Emulator.

On RaspPi (Raspbian) the RISC Emulator works only in fullscreen mode. It started directly in fullscreen mode and switching back to windows mode did not work (F11 or Cmd+Shirt+F). So in fullscreen mode it is helpful if the Emulator supports shutcuts for "quitting" or "resetting" the Emulator. Without this feature you have to reboot the RaspPi, when you want to stop the Oberon-System.

Switching to another Terminal (with Ctrl-Alt-F1) does not work.

Volkert

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.