Turing-Complete-Game / Suggestions-and-Issues

0 stars 0 forks source link

[Bug]: Alpha: Bytes defined in ISA.spec are backwards #181

Open Gelthir opened 3 weeks ago

Gelthir commented 3 weeks ago

Discord Thread

https://discord.com/channels/828292123936948244/1275271934556372994

What happened?

I'd expect the byte order to have the first byte displayed be the first one executed (e.g. if I want to make a symbol that resolves to multiple instructions but spread an immediate over those instructions) however it seems to be backwards, with the LSBs of the immediate going into the first instruction.

Version

0.1123 Beta

What OSes are you seeing the problem on?

Windows, MacOS, Linux

Relevant debug.log output, search next to the exectuable

No response

Stuffe commented 1 week ago

I think this was changed, right?

MegaIng commented 1 week ago

This is an intentional choice, but we provide a setting to change it. rev_immediate is still missing for this issue to be closed