Try Monster Online

Below you can try Monster for yourself in the browser (emulated with VICE). Try typing in some of the examples to get a feel for its operation.

Loading…

Note: Work in the browser is not retained when the page is reloaded or closed.

Example source · HELLO.ASM

.ORG $1400
START
  LDX #$00
DISP
  LDA MSG,X
  BEQ DONE
  JSR $FFD2
  INX
  BNE DISP
DONE
  JMP DONE

MSG
.DB "HELLO WORLD!",0

Getting Started

Enter and assemble an example

  1. Click the emulator screen to give it keyboard focus.
  2. Press I to enter insert mode, then type one of the example programs. Press RETURN after each line so Monster can format and check it.
  3. Press RUN/STOP to leave insert mode and return to command mode.
  4. Press : to enter EX mode, type r HELLO.ASM, and press RETURN to name the buffer.
  5. Press C= + A to assemble it.
  6. Press C= + D to , or F7 to open the monitor.

Emulator keyboard mapping

Computer key VIC-20 key
TabC=
CtrlCTRL
EscRUN/STOP
EnterRETURN
BackspaceINST/DEL
Page UpRESTORE
Arrow keysCursor keys
F1F8Same function key