Trilangle icon indicating copy to clipboard operation
Trilangle copied to clipboard

Interpret assembly syntax

Open bbrk24 opened this issue 1 year ago • 2 comments

WIP

Closes #46

bbrk24 avatar Sep 21 '24 23:09 bbrk24

Thread 0
Coords: (0, 0)
Instruction: 0.8:

Thread 0
Coords: (1, 0)
Instruction: TSP 2.0

Thread 0
Coords: (1, 2)
Instruction: PSI #2

Thread 0
Coords: (0, 1)
Instruction: 1.1:       NOP
1.2:    PSI #1
1.3:    PTI
1.4:    TKL
2.0:    PSI #2
2.2:    PSI #2
2.3:    PTI
2.5:    TKL

Something is wrong here!

Input to trilangle -Aawsdf
0.8:	TSP 2.0
1.1:	NOP
1.2:	PSI #1
1.3:	PTI
1.4:	TKL
2.0:	PSI #2
2.2:	PSI #2
2.3:	PTI
2.5:	TKL

bbrk24 avatar Oct 01 '24 01:10 bbrk24

Thread 0
Coords: (0, 0)
Instruction: 

Thread 0
Coords: (1, 0)
Instruction: 

Thread 0
Coords: (1, 2)
Instruction: 

Thread 0
Coords: (0, 1)
Instruction:

That's even more wrong

bbrk24 avatar Oct 04 '24 02:10 bbrk24