Skip to content

Commit

Permalink
Updated the types.h in Aqvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Jul 7, 2024
1 parent f662dfd commit 043feed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aqvm/memory/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ typedef double aqdouble;
typedef uint8_t aqchar;
// 0x06
typedef bool aqbool;
// 0x07
typedef uint8_t aqbyte;

// Portions exceeding 0x06 and falling within the range 0x0F are currently
// Portions exceeding 0x07 and falling within the range 0x0F are currently
// designated as reserved types. Portions extending beyond 0x0F cannot be
// utilised without exceeding the 4-bit size limit.

Expand Down

0 comments on commit 043feed

Please sign in to comment.