alu timing

This commit is contained in:
2026-03-20 12:35:39 +03:00
parent e0a0e8694e
commit c1fd998631
18 changed files with 117 additions and 183 deletions

View File

@ -167,7 +167,7 @@ function genTables() {
case '$':
const args_end = gen.indexOf('$', i + 1)
const args = gen.slice(i + 1, args_end).split(',')
const args = gen.slice(i + 1, args_end).split(' ')
switch (args[0]) {
case 'C':
@ -184,6 +184,7 @@ function genTables() {
'g': 'lightgreen',
'b': 'lightblue',
'B': 'black',
'G': 'lightgray',
}[args[1]] ?? 'white'
break
}