0 Members and 1 Guest are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
ld a,%11011011 or a ld hl,flags+asm_flag2 inc (hl) jr z,__Disp4LvlSkip rra ld b,(hl) djnz __Disp4LvlSkip rra ld (hl),-2__Disp4LvlSkip:
ld a,%10110110 ld hl,flags+asm_flag2 cp (hl) jr z,__Disp4LvlSkip1 jr c,__Disp4LvlSkip2 ld a,%01101101__Disp4LvlSkip1: scf rla__Disp4LvlSkip2: rla ld (hl),a
I've had a few problems with the instant goto. I'd get err:parenthesis and goto. Editing is fine, but once I quit some program or another will sometimes have an edited name (ie one time the archived program "SDOTRUN2" became SDOTRU►2"). thepenguin's archive cleaner fixes it, btw, but it's still kind of concerning..
GetTokString: or a ret z ld hl,OP1 ld (hl),a cp tVarEqu jr z,GetTokString_uvw cp tProg ld a,ProgObj ret z ld a,(hl) B_CALL(_IsA2ByteTok) call z,ReadAByteGetTokString_Cont: ld (OP1+1),a ld hl,OP1 B_CALL(_Get_Tok_Strng) ld a,(OP3) retGetTokString_uvw: call ReadAByte ld b,a cp tvn ld a,AppVarObj ret z ld a,b cp twn jr nz,GetTokString_Cont ld a,GroupObj ret
Hi i just downloaded Axe 1.0.4 and wanted to compile a code i made with 1.0.2 into an app.After backupping an unknown error appears :A429958If you close it the app still works normally