Перейти к содержимому
Mineforgian

TIS Advanced

Advanced calculation support for TIS-3D

5K загрузок9 подписчиковMITforgeneoforge

Обновлён 24 августа 2024 г. · опубликован 2 марта 2023 г.

TIS Advanced

TIS Advanced features include two new modules, and several new instructions for the Execution Module.

New Modules

New Instructions for Execution Module

Floating Point Arithmetic Instructions

ADDF, SUBF, MULF, and DIVF behave like their integer counterparts, however, they operate on ACC as though the data contained within represents an IEEE-754 compliant half-precision floating point number.

Note that it is possible to store an integer value in ACC and attempt floating point calculations on it, and vice versa. This is likely to produce incorrect values. It is the user's responsibility to ensure that operations are only performed on the correct data representation.

Floating Point Flow Control Instructions

The JEZF, JNZF, JGZF, and JLZF instructions behave like their integer counterparts JEZ, JNZ, JGZ, and JLZ, however, like the floating point arithmetic operations above, they operate on ACC as though the value contained within is an IEEE-754 half-precision float.

Floating Point Conversion Instructions

The FLT instruction will convert an integer value stored in ACC to a IEEE-754 half-precision floating point representation. The INT instruction will convert a floating point value stored in ACC to a 16-bit signed two's complement integer representation; the same representation used by standard TIS-3D arithmetic operations. Converting to integer representation will round the floating point value to the nearest whole number, with ties rounding upwards.

MOV Instruction Changes

The MOV instruction has been extended to support handling floating point literals. For example, the instruction MOV 0.25 ACC will no longer be a compiler error, and will now load the floating point value 0.25 into the ACC register as expected.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.3.1Релиз1.20.1forge, neoforge24 августа 2024 г..jar (239 КБ)
0.3.1Релиз1.18.2forge, neoforge14 сентября 2023 г..jar (238 КБ)
0.3.1Релиз1.19.2forge, neoforge14 сентября 2023 г..jar (239 КБ)
0.3.0Релиз1.19.2forge3 мая 2023 г..jar (144 КБ)
0.3.0Релиз1.18.2forge30 апреля 2023 г..jar (143 КБ)
0.2.1Релиз1.19.2forge15 марта 2023 г..jar (96 КБ)
0.2.1Релиз1.18.2forge6 марта 2023 г..jar (95 КБ)
1.18.2-0.1.0Релиз1.18.2forge2 марта 2023 г..jar (82 КБ)

Ченджлог

0.3.1Релиз1.20.1 · 24 августа 2024 г.

Port to 1.20.1 and fix bugs in tape storage module

0.3.1Релиз1.18.2 · 14 сентября 2023 г.
  • Bump version to 0.3.1
  • Fix incompatibilities caused by MixinExtras version mismatch
0.3.1Релиз1.19.2 · 14 сентября 2023 г.
  • Bump version to 0.3.1
  • Fix incompatibility caused by version mismatch of MixinExtras
0.3.0Релиз1.19.2 · 3 мая 2023 г.

Changelog

Add the following new modules:

  • Seven Segment Display
  • Radar Module
  • Radio Module

and the following new instructions:

  • JIN (Jump if NaN)
  • JNN (Jump if not NaN)
0.3.0Релиз1.18.2 · 30 апреля 2023 г.

Add the following new modules:

  • 7 Segment Display
  • Radar Module
  • Radio Module

and the following new instructions:

  • JIN (Jump if NaN)
  • JNN (Jump if not NaN)
0.2.1Релиз1.19.2 · 15 марта 2023 г.

Port to 1.19.2

0.2.1Релиз1.18.2 · 6 марта 2023 г.

Add the tape storage module and compiler support for floating point literals, and fix crash on dedicated server

1.18.2-0.1.0Релиз1.18.2 · 2 марта 2023 г.

Initial Release

Полная история изменений — на Modrinth.

Комментарии

Загружаем…