BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

Support matching several variables (registers) in rule #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We want to support syntax like:

XY:@(X,Y)

rule add %R:XY, %R, 1 = "   in%R"

For 6502, this is not so necessary, as it has limited number of registers, but 
for other cpus this will be big help.

Original issue reported on code.google.com by rudla.ku...@gmail.com on 17 Jun 2011 at 9:28

GoogleCodeExporter commented 9 years ago
Final syntax is

rule add %A@xy, %A, 1 = "   in%R"

Original comment by rudla.ku...@gmail.com on 21 Oct 2012 at 9:04