https://replit.com/@mattiselin/C64?v=1 Features CareersBlogPricingJam Teams for EducationNEW Log inSign up C64C64 C64 Fork repl 6 Show files 4 96 Run C64C64 mattiselinmattiselin mattiselin App Published on Nov 23, 2021Made with Nix (beta) #nix#vintage#commodore64#assembly#c This is a functional Commodore 64 development environment with demonstration C and ASM programs. A Makefile is provided and the VICE emulator is used to run the system for testing. How to Run Programs Once VICE loads, at the BASIC prompt: [LOAD "ASMPROG",8 ] Once the program loads, you can type: [RUN ] to run the program. To load the C program, replace the first LOAD with this: [LOAD "CPROG",8 ] Writing BASIC You can also type your BASIC programs directly into the emulator, for example: [10 PRINT "HELLO WORL] Hit the Escape key to stop the program running. Save & Load (requires fork!) Once you have written a BASIC program in the emulator, you may wantto save it. The myprogs.d64 disk is loaded as drive 9 in the emulator for this purpose. Let's take this BASIC program: [10 PRINT "HELLO WORL] To save, [SAVE "HELLO",9 ] Once saved, you can load the program again after a restart: [LOAD "HELLO",9 LIST ] Show more Similar apps [1628282564][yH5BAEAAAA] FinalOS CSharpIsGudCSharpIsGud CSharpIsGud 25 1642 #nix #c #assembly #OS #osdev [1621896260][yH5BAEAAAA] nasm ConnorBrewsterConnorBrewster ConnorBrewster 0 31 #nix #assembly #nasm [1630352061][yH5BAEAAAA] gba mattiselinmattiselin mattiselin 9 248 #nix #gamedev #game #c 1comment Sign up to comment amasadamasad amasad4 hours ago My favorite program to run is the maze: 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 Screen Shot 2021-11-23 at 10.50.40 AM p.s. don't forget to type RUN after you're done. legal terms and services privacy subprocessors DPA US student DPA student privacy repl.it blog about careers teams for educationNEW pricing features IDE multiplayer community teams hosting handy links create a repl docs feedback status page python packages import from glitch social media facebook twitter instagram discord languages Clojure Haskell Kotlin QBasic Forth LOLCODE BrainF Emoticon Bloop Unlambda CoffeeScript Scheme APL Lua Ruby Roy Python Node.js JavaScript Deno (beta) Golang C++ C C# F# HTML, CSS, JS Rust Swift Python (with Turtle) Basic (beta) R Bash Crystal Julia Elixir Nim Dart Reason Node.js Tcl Erlang TypeScript Pygame Love2D Emacs Lisp (Elisp) PHP Web Server SQLite Java PHP CLI Pyxel Raku Scala (beta) Nix (beta) Copyright (c) 2021 Replit, Inc. All rights reserved.