All Projects → tomcl → V2releases

tomcl / V2releases

Licence: other
A friendly ARM assembler and simulator for educational use

Projects that are alternatives of or similar to V2releases

msgbots
Messenger Bot Simulator ( Rhino )
Stars: ✭ 17 (-63.04%)
Mutual labels:  simulator, monaco-editor
ARMStrong
A fast and simple ARM Simulator made for education based upon Unicorn and Keystone engines
Stars: ✭ 99 (+115.22%)
Mutual labels:  arm, simulator
MAPLEAF
6-DOF Rocket Flight Simulation Framework
Stars: ✭ 28 (-39.13%)
Mutual labels:  simulator
modular-psu-firmware
Firmware for EEZ Bench Box 3 (BB3)
Stars: ✭ 74 (+60.87%)
Mutual labels:  simulator
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+134.78%)
Mutual labels:  arm
coupled-sim
Coupled simulator for research on driver-pedestrian interactions made in Unity3D.
Stars: ✭ 20 (-56.52%)
Mutual labels:  simulator
fable-react-toolbox
Material Design UI components for fable-react
Stars: ✭ 16 (-65.22%)
Mutual labels:  fable
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-58.7%)
Mutual labels:  arm
Interlin-q
A Quantum Interconnect Simulator for Distributed Quantum Algorithms
Stars: ✭ 32 (-30.43%)
Mutual labels:  simulator
Hack-System
[HackSystem/Hack System] 有趣而炫酷的模拟操作系统。An interesting and cool simulation operating system.
Stars: ✭ 35 (-23.91%)
Mutual labels:  simulator
interstellar-armada
A Javascript-WebGL 3D space combat game under development.
Stars: ✭ 33 (-28.26%)
Mutual labels:  simulator
apultra
Free open-source compressor for apLib with 5-7% better ratios
Stars: ✭ 84 (+82.61%)
Mutual labels:  arm
drone-stm32-map
STM32 peripheral mappings for Drone, an Embedded Operating System.
Stars: ✭ 16 (-65.22%)
Mutual labels:  arm
stm32 template
这是一个stm32f103 和 stm32f407单片机在Unix、Linux等系统下使用的模版,可以使用make编译、下载、调试。
Stars: ✭ 48 (+4.35%)
Mutual labels:  arm
ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
Stars: ✭ 20 (-56.52%)
Mutual labels:  arm
rpi-tvheadend
TVheadend server for the ARM based Raspberry PI
Stars: ✭ 21 (-54.35%)
Mutual labels:  arm
FSharp-CrossPlatform
This is a sample F# project that uses the SAFE stack for web frontend/backend and Fabulous/Xamarin for the iOS and Android mobile apps
Stars: ✭ 23 (-50%)
Mutual labels:  fable
Algorithms-for-Automated-Driving
Each chapter of this (mini-)book guides you in programming one important software component for automated driving.
Stars: ✭ 153 (+232.61%)
Mutual labels:  educational
duel-masters
Browser based Duel Masters simulator.
Stars: ✭ 28 (-39.13%)
Mutual labels:  simulator
CoinBrowser
Coinbrowser is a pair selection tool for Freqtrade and a simple crypto trading-simulator
Stars: ✭ 25 (-45.65%)
Mutual labels:  simulator

VisUAL2

A friendly ARM assembler and simulator for educational use.

Visual2 will run on Windows, OS-X and linux and is distributed as binaries. The total disk space requried is approximately 200MB.

Getting Started

  1. Download the latest Visual2 binary release for your platform

Windows

  • Unzip the download anywhere on your system: the extracted files will use approximatly 200MB.
  • You can then delete the downloaded zip file.
  • To run the program double-click the executable VisUAL2.exe which can be found in the top-level unzipped directory.
  • No installation is required

OS-X

  • Open the downloaded DMG file
  • Drag the Visual2-darwin-x64 directory into the applications directory as normal to install
  • The following warning might appear when you first try to launch the application: "Visual2" can't be opened because it is from an unidentified developer. In that case:
    • Open System Preferences
    • Go to Security & Privacy
    • In the bottom rigth corner, under General, click 'Open anyway'
    • Click 'Open' in the pop up window
    • If Visual2 does not seem to start, simply quit the application and re-launch

Linux

  • It seems to work on most distros
  • Unzip the download
    • (Thanks Haydn Perry). Some unzip tools (notably the GUI unzip on Ubunto) do not correctly translate the zipped file paths from Windows to Linux form and so mangle paths. The work-around is to use unzip which does this correctly.
  • Change the binary (Visual2) to give it execute permission chmod a+x VisUAL2
  • Run Visual2
  • In case of problems check the documentation on running electron applications on your distro. Contact me if you'd like access to the source repo Visual2 and compile Visual2 from source, which may be easier to run under linux.

Command Line Switches

visual2.exe [-d|--debug] [-h|--help]
  • Ctrl-Shift-I (in debug mode) open dev tools to show test results etc

Visual2 Documentation

See the documentation site.

Notes

This is an open access repo holding releases of Visual2.

Anyone wanting to see the closed code and/or contribute contact me and I can add.

Binaries will be posted here. Please give bug reports and user feedback on binaries as issues on this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].