ComputerCraft Forums

ComputerCraft => Programs => Topic started by: Mangro on Aug 13, 2022, 11:09 AM

Title: Melon - Assembler emulator like APPLE 2
Post by: Mangro on Aug 13, 2022, 11:09 AM
MELON

Melon it Assembler emulator like Apple 1, 2, Apple 3
Before we start, I want to say that the 6502 processor is not my, it is a Lewisk3 processor.
I just upgraded it and make loader, diskedit and diskets.
To see more info about processor
HERE IS 6502 CPU (http://www.computercraft.info/forums2/index.php?/topic/28470-6502-cpu-emulated-in-lua/page__hl__6502__fromsearch__1)


To download:

4m2f6GH2

Current version: 11
(*About versions first number it major update next is minor, next symbol - patch)

Run with:

/melon/melon
And you see this!

(https://camo.tmpim.com/a285c1e3135f4aed40331904d8bc9a334b113229/68747470733a2f2f696d6775722e636f6d2f3632646e54687a2e706e67)

Run command "load" to initialize 6502 Assembler
(https://camo.tmpim.com/835c8ba84b52085742e92dee6cf3abd7fffe6b2d/68747470733a2f2f696d6775722e636f6d2f664e6c757432782e706e67)

Then press any key
(https://camo.tmpim.com/e0b951171527ad12497bb4a7493480a919fda8bf/68747470733a2f2f696d6775722e636f6d2f70774f4c4d75312e706e67)

Okay, you download melon, and initialize 6502. Now about commands
load - load program from disket
setting - settings of compiler, example: -m 2 ;Now you can see output, -m 1 only info
edit - edit disket with special edit programm
help - print information
quit - exit of program

DiskEdit:
(https://camo.tmpim.com/f7531d4a6f9c8faf8a933914aa015ad445c09d98/68747470733a2f2f696d6775722e636f6d2f5466436e31386d2e706e67)