Skip to content

v0.4.0

Compare
Choose a tag to compare
@dr-orlovsky dr-orlovsky released this 31 Jul 00:42
· 423 commits to master since this release
c4ea577
  • Number of bytestring registers reduced from 256 to 16 (to allow running on a low profile hardware)
  • Refactored bytestring instruction set to take into account the aforementioned changes
  • Size of data segment reduced to 2^16 (from 2^24)
  • Lib uses dynamic set of instructions
  • Introduced limits for number of libraries per library (256) and in overall tree (1024)
  • Refactored modules
  • Better display information for main data types
  • Bugfixes in Number from/into convertors
  • Completed standalone assembler and linker (see https://github.com/pandoracore/aluasm