Talk:UClang*

From Esolang
Jump to navigation Jump to search

can we rename this page to UClang*? okthxbyte --RSG4908 (talk) 13:32, 6 December 2020 (UTC)

To rename a page, simply click "Move" (which can be found by hovering over the "More" dropdown, to the direct left of the search bar at the top right). User:PythonshellDebugwindow (talk) 16:09, 6 December 2020 (UTC)

What do you mean by "Unicode letters"? Most of these instructions would be invalid UTF-8. Do you mean UTF-16? LegionMammal978 (talk) 20:12, 17 December 2020 (UTC) Yes. RSG4908 (talk) 11:36, 21 December 2020 (UTC)

A4 and A5

What do A4 and A5 AND/OR the accumulator with? —User:PythonshellDebugwindow (talk) ~~~~ 21:49, 17 December 2020 (UTC) They AND with the arguments provided, e.g:

A4 85

ANDs the accumulator with 0x85, likewise A5 also ORs the accumulator with the arguments provided.

RSG4908 (talk) 11:36, 21 December 2020 (UTC)

Thank you for this clarification. I shall attempt to implement this language. —User:PythonshellDebugwindow (talk) ~~~~ 15:56, 21 December 2020 (UTC)

Rewriting the implementation

I might have cocked up the implementation a bit, so I'm considering rewriting the entire implementation to make it easier for people to understand and implement. What do you guys think? RSG4908 (talk) 11:36, 21 December 2020 (UTC)