Skip to content

1st AgonLight release

Latest
Compare
Choose a tag to compare
@S0urceror S0urceror released this 17 Sep 18:37
· 1 commit to agonlight since this release

This is the 1st release that connects to AgonLight with the ZDI interface.

Pre-requisites:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
			"type": "dezog",
			"request": "launch",
			"name": "Dezog-MOS-BBC",
			"rootFolder": "${workspaceFolder}/machines/msx",
			"remoteType": "agonelectronhal",
			"agonelectronhal": {
				"serial":"/dev/tty.usbserial-211240",
				"baudrate": 460800
			},
			"sjasmplus": [
				{
					"path": "helloworld.sld",
				}
			],
			"startAutomatically": false,
			"loadObjs": [
			],
			"topOfStack": "0xffff",
			"commandsAfterLaunch": [
                            "-exec e load bbc/bbcbasic.bin"
                        ],
			"preLaunchTask": "build"
	}
    ]
}

Happy Dezogging on Agon.