0 Members and 1 Guest are viewing this topic.
Could we host it on here? That would be nice, in case eem's server crashed and he lost it. It might be the only copy left!
one question: when getting the variables r1 to r6 from the input, in what order are they received? Is HL holding r1, and the rest are in order after that in the stack? Or is it r6 in HL and opposite order in the stack?
Thanks DT also, how do subroutines work? Do they allow for more than the 255 byte limit of routines?
no, in an axiom quigibo states that you can have your normal assembly code for your axiom routine, but he also mentions subroutines applying to the regular routines (but without much explanation).
;Sqrt(num) .db $FF ;Shells .db tSqrt,0 ;Token .db 1 ;Replacement Type .db 1 ;Arguments .db __SqrtEnd-1-$ ;Subroutine Size ld a,-1 ;Subroutine Command ld d,a ld e,a
.db $FF ;Shells .db tDiag_off,t2ByteTok ;Token .db 0 ;Replacement Type .db 0 ;Arguments .db 7 ;Size B_CALL(_RunIndicOff) ;Command res 5,(iy+0)
Quote from: willrandship on August 18, 2010, 06:37:49 pmCould we host it on here? That would be nice, in case eem's server crashed and he lost it. It might be the only copy left!Er... his host is still up for me. I can browse ASM In 28 days mirror fine. Freehostia just have crappy uptime when it comes to free hosting (as they say, you get what you pay for )