disco/src/util/asmLogger.ts

3 lines
40 B
TypeScript
Raw Normal View History

2022-03-14 03:30:10 -04:00
export function logASM(asm: string) {
}