NX01: Fixed BE in T512/T64 and hinary, WIP printed lingua dial tones
This commit is contained in:
parent
e69a13ec92
commit
7feb638a40
32 changed files with 1060 additions and 626 deletions
|
|
@ -84,8 +84,8 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
|
|||
return valueOf(zerdinal);
|
||||
}
|
||||
|
||||
public int zerdinalOctalShiftNative(T008ᖟ shifter) {
|
||||
return zerdinal() << shifter.abacusRȧñkOctalBitShifter();
|
||||
public int zerdinalOctalShiftNativeBE(T008ᖟ shifter) {
|
||||
return zerdinal() << shifter.abacusRȧñkOctalBitShifterBE();
|
||||
}
|
||||
|
||||
public T002ᖟ clampᐧtuneᐧtool(T003ᖟ part) {
|
||||
|
|
@ -114,8 +114,8 @@ public enum T008ᖟ implements TerminatorEnum𓄯<T008ᖟ>, LegoᐧBrickᐧTape
|
|||
appender.addᵂʳ(this);
|
||||
}
|
||||
|
||||
public static T008ᖟ valueOfOctalShift(final int value, final T008ᖟ shifter) {
|
||||
return valueOf((value >> shifter.abacusRȧñkOctalBitShifter()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
|
||||
public static T008ᖟ valueOfOctalShiftBE(final int value, final T008ᖟ shifter) {
|
||||
return valueOf((value >> shifter.abacusRȧñkOctalBitShifterBE()) & ᒢℭỗᶇṧⱦᶏꬼȶʂ.OCTALᣟᐧᣟMASK);
|
||||
}
|
||||
|
||||
public static T008ᖟ valueOf(final int index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue