Skip to content

Instantly share code, notes, and snippets.

@stokito
Created December 7, 2024 22:04
Show Gist options
  • Save stokito/4c95dc353adef5ede7fdea4df1b2cd14 to your computer and use it in GitHub Desktop.
Save stokito/4c95dc353adef5ede7fdea4df1b2cd14 to your computer and use it in GitHub Desktop.
Golang смотреть ассемблер в Go

The go build -gcflags -S internal/utils/str.go 2> test.s worked i.e. the stdout was empty and the stderr needs to be redirected 2> test.s. Use the mcedit test.s to see asm.

I'll try the https://github.com/loov/lensm

go install --tags nox11 loov.dev/lensm@main
sudo apt install libwayland-dev libvulkan-dev libegl-dev libxkbcommon-dev libxfixes-dev
go install --tags nox11 loov.dev/lensm@main
lensm -watch -filter Fibonacci lensm
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment