p4plus2

Results 50 comments of p4plus2
trafficstars

`!assembler_time` is now valid in asar2. This feature will not be backported. and if you want to be really crazy heres a fun macro ``` macro to_date_internal(time, ...) !seconds #=...

Another temporary work around is to use a series of `if` statements without `elseif`. I will be looking into this bug, I have made some fixes to varargs in 1.9,...

This has been fixed in 27b85c8. We will probably backport this into the 1.9 release that will hopefully be out later this month.

Should we keep user defined overwriting as an error or make it consistent with builtins?

I don't really know how I feel about this one. Maybe this is better as a builtin function (say `be` for big endian) so it can be used in any...

One thing that could be added is a `real_base` function that simply returns the current absolute address. It wouldn't be able to act upon labels alone but it would allow...

Added `realbase` as it could be handy. Open to improving this interface a bit more. But it is pretty well out of the question to allow labels as arguments without...

There is a bug fix in 2.0 where sometime labels not found could cause a phantom error. I will make sure to backport that to 1.9, in the mean time,...

I can confirm I have had the issue and not found a good fix yet. Same steps to reproduce the issue. It is not entirely consistent though. Would anything else...

``` [1:04 AM]p4plus2: !rb as warnings enable W1013 bit #0012 [1:04 AM]BOT randombot999: :3: warning: (W1013): Implicitly sized immediate. [bit #0012] 89 0C ``` Looks warned to me?