cmd/asm: s390x asm doesn't accept syntax for internal constants #28648
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?Linux s390x
go env
OutputWhat did you do?
Tried to access internal contants in the cpu package with synax like
MOVB internal\cpu·S390X·HasVE1(SB), R7
but the just gives me synax errors like:
expected '(', found \
I believe this works in amd64 assembly
What did you expect to see?
correct assembly
What did you see instead?
synax error
The text was updated successfully, but these errors were encountered: