Setting up Visual Studio Code with Pasmo, Sprite Example ZX Spectrum Next
Автор: em00k
Загружено: 2017-08-14
Просмотров: 2917
Описание:
Small tutorial on how to configure Visual Studio Code to use pasmo with syntax highlighting, assembling and sending to ZesaruX via putty.
Pasmo : http://pasmo.speccy.org/
VSC : https://code.visualstudio.com/
Source files : http://zxbasic.uk/files/NextSprites.zip
The build task :
{
// See https://go.microsoft.com/fwlink/?Link...
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "Assemble",
"type": "shell",
"command": "c:\\path\\to\\build.bat ${file} ${fileBasenameNoExtension}.tap",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
The build.bat example :
set ASM="c:\path\to\pasmo.exe"
%ASM% -v --tapbas --err %1 %~n1.tap
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: