Rename and migrate all `.inc` files to `.asm`: updated references.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 20 Feb 2026 16:23:46 +0000 (18:23 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 20 Feb 2026 16:23:46 +0000 (18:23 +0200)
commita8be3a6dec415d8c3b75d21274cdc91492b567ff
tree3d6f1cdc0991d235d630f440090c5fb1ed495539
parent39660cbe8e0838433bc0bd78510cdfe0cac16989
Rename and migrate all `.inc` files to `.asm`: updated references.
26 files changed:
AGENTS.md
emulator/charput.asm [new file with mode: 0644]
emulator/charput.inc [deleted file]
emulator/emulator.asm
emulator/kbdrive.asm [new file with mode: 0644]
emulator/kbdrive.inc [deleted file]
emulator/opcodes_00_09.asm [new file with mode: 0644]
emulator/opcodes_00_09.inc [deleted file]
emulator/opcodes_10_19.asm [new file with mode: 0644]
emulator/opcodes_10_19.inc [deleted file]
emulator/opcodes_20_29.asm [new file with mode: 0644]
emulator/opcodes_20_29.inc [deleted file]
emulator/opcodes_30_39.asm [new file with mode: 0644]
emulator/opcodes_30_39.inc [deleted file]
emulator/opcodes_40_47.inc [deleted file]
emulator/opcodes_40_49.asm [new file with mode: 0644]
emulator/system.asm [new file with mode: 0644]
emulator/system.inc [deleted file]
emulator/tvidput.asm [new file with mode: 0644]
emulator/tvidput.inc [deleted file]
emulator/vidput.asm [new file with mode: 0644]
emulator/vidput.inc [deleted file]
kernel/compile.sh [new file with mode: 0755]
kernel/core.asm
kernel/define.asm [new file with mode: 0644]
kernel/define.inc [deleted file]