Host introspection: Difference between revisions

Added solution for Action!
(Added solution for Action!)
Line 78:
 
From this we conclude that the 8086 is indeed a little-endian CPU.
 
=={{header|Action!}}==
<lang Action!>PROC Main()
PrintE("All Atari 8-bit computers use little-endian word of 16-bits size.")
RETURN</lang>
{{out}}
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Host_introspection.png Screenshot from Atari 8-bit computer]
<pre>
All Atari 8-bit computers use little-endian word of 16-bits size.
</pre>
 
=={{header|Ada}}==
Anonymous user