0 Members and 1 Guest are viewing this topic.
sub(R)Lbl RX-3^27Return
In other news, Frey continues kicking unprecedented levels of ass.
Is there any way you can add VAR++?I'd really like it, cos it makes the code more stylish that VAR+1->VAR and easier to introduce to C++/java/C coders.
I think he is just asking for the A++ syntax for style, just so it looks more like traditional programming languages
Yeah an Axe Wiki should be really useful. Do you think there should be one setup on this hosting or something?
Also I edited the top page poll, because it was left without an edit for far too long.
ld hl,axv_Ainc (hl)
ld hl,(axv_B)ld de,axr_L1add hl,dedec (hl)
cp 255call z,VarPlusVarPlus: ld a,(VarA) inc a
But you can just do Code: [Select]sub(R)Lbl RX-3^27ReturnAnd save on space.