Skip to content

AsmX G2 v13 Technical Overview

Latest
Compare
Choose a tag to compare
@TaiHusk TaiHusk released this 07 Jul 13:37

AsmX G2 v13 Release Notes

Welcome to the new version of AsmX G2, v13! This release includes a significant new feature: our very own Real-Time Clock (RTC) component.

What's New

RTC Component: We have developed a custom RTC component for AsmX G2. This component allows you to access real-time clock information directly in your assembly code.

Once in RTC mode, the following functions will be available:

  • get_seconds()
  • get_minutes()
  • get_hours()
  • get_day()
  • get_month()
  • get_year()

The results of these functions will be stored in the $eax register, making it easy to access and use the time-related data in your code.

We hope you enjoy this new addition to the AsmX G2 v13 and find it useful in your assembly programming projects. As always, feel free to provide feedback or report any issues you encounter.