Hi Privalov!
Your new release is great! ...but here comes a suggestion...What about giving the programmer the opportunity to write a macro like this:
...or...
Which makes it possible to use the macros and write code like this:
Well, what do you think? Anyone else who have suggestions to improve the, already, excellent assembler?
(May be some errors in code....only written as examples)
So long!
Tommy
Your new release is great! ...but here comes a suggestion...What about giving the programmer the opportunity to write a macro like this:
macro lproc name,[args] {
begin
if used name
name:
...
end
...
ret
end if
}
...or...
macro if e1,c,e2 {
local endif
begin
cmp e1,e2
j#c endif
end
endif:
}
Which makes it possible to use the macros and write code like this:
lproc writenumber,num {
if [num],e,5 {
...
}
}
Well, what do you think? Anyone else who have suggestions to improve the, already, excellent assembler?
(May be some errors in code....only written as examples)
So long!
Tommy