Ignore:
Timestamp:
Sep 30, 2016, 10:13:35 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Start/stop virtual machine by buttons. Thread moved from main form to TMachine class.
Location:
branches/virt simple
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/virt simple

    • Property svn:ignore set to
      lib
      project1
      project1.lps
  • branches/virt simple/example.vasm

    r88 r89  
    66  PUSH -1
    77  POP [10]
    8   JR 0
     8  LD R0, 65
     9  SYS 0          ; Output character
     10  LD R0, 1000
     11  SYS 2          ; Delay 1 second
     12  JP 0
    913  LD [R4], [R3]
    1014  HALT
Note: See TracChangeset for help on using the changeset viewer.