sointu/vm/compiler/templates/amd64-386
5684185+vsariola@users.noreply.github.com 01bf409929 refactor(vm): rename Commands/Values to Opcodes/Operands
The commands and values were not very good names to what the
byte sequences actually are: opcodes and their operands. In
many other places, we were already calling the byte in the Command
stream as Opcode, so a logical name for a sequence of these is
Opcodes. Values is such a generic name that it's not immediately
clear that this sequence is related to the opcodes. Operands is not
perfect but clearly suggests that this sequence is related to
the Opcodes.
2023-10-18 19:53:47 +03:00
..
arithmetic.asm feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00
effects.asm fix(vm): change crush resolution to bits (closes #79) 2023-09-23 21:23:05 +03:00
flowcontrol.asm feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00
gmdls.asm feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00
library.asm refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
library.h refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
output_sound.asm feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00
patch.asm refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
player.asm refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
player.h Added usage examples in C; Added asm include file with track info to sointu-compile. 2023-08-29 09:09:02 +03:00
player.inc Added x86 asm and C wav writer and player examples. 2023-08-31 14:15:52 +03:00
sinks.asm feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00
sources.asm feat(vm): add frequency modulation for oscillators 2023-10-07 21:48:03 +03:00
structs.asm fix(vm/compiler): invert the logic of the release flag in the voices (closes #102) 2023-09-23 15:56:46 +03:00