Skip to content

Instantly share code, notes, and snippets.

@nzeemin
nzeemin / joytest.asm
Last active August 24, 2021 15:35
Тест ️джойстиков для Вектора-06ц
; Тест ️джойстиков для Вектора-06ц
; на основе теста от @svofski https://gist.github.com/svofski/5903638d517e282d14bbf7290346b50c
; проверяет джойстик "С" на портах 0e/0f (то же на портах 2e/2f и 27 для платы ЛЕШАДОК ПОМПЕ),
; проверяет джойстик "УСПИД" на порту 07, джойстик "П" на порту 06
.project joytest.rom
.tape v06c-rom
rastint equ 38h ; прервывание обратного хода луча
.org 100h
{
// This is tasks.json file for VSCode, with custom problemMatcher for pasmo errors.
// For pasmo see http://pasmo.speccy.org/
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "make-bin",