Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Spec.isa
(section)
From Turing Complete
Views
Read
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== endianness === Defines the byte order of the instructions. <pre> endianness = big endianness = little </pre> The default is big endian. For example, if we have an instruction defined as <code>11110000 00001111</code> then: * <code>big</code> endian will encode the instruction as <code>240 15</code>. * <code>little</code> endian will encode the same instruction as <code>15 240</code>. (as shown in, for example, the {{Component|ROM||alpha}} component) {{note|type=info|The ROM component has it's own endianness flag, which can reverse the byte order again. This is straightforward if your instruction width happens to match the ROM's bit width, but can be confusing if the widths differ.}}
Summary:
Please note that all contributions to Turing Complete are considered to be released under the Creative Commons Attribution-ShareAlike (see
TuringComplete:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)