[EA] Features to Add

EA now errors if trying to set the current offset to >=0x2000000

2 Likes

PUSH/POP now work


MESSAGE CURRENTOFFSET
PUSH
ORG 0x100
MESSAGE CURRENTOFFSET after pushing
POP
MESSAGE CURRENTOFFSET after popping
POP
MESSAGE CURRENTOFFSET after popping

Finished.
Messages:
0x0
0x100 after pushing
0x0 after popping
0x0 after popping

1 errors encountered:
File test.txt, Line 39, Column 1: Tried to pop while offset stack was empty.

No data written to output.

1 Like

Getting ready for release

1 Like

Oh, so that meansā€¦ erm, my contribute isnā€™t needed anymore for the testing?
Well, I admit I did take it easy and forgot about it for a long while, hahaā€¦ ^^"
Apologies, Jesus-Gandalf-chan, and thanks!

Need to add:

  • Maximum depth for file including to prevent an endless loop of including the same files.
    100 should be deep enough.
1 Like