0 Members and 1 Guest are viewing this topic.
Is this a parser hook?
So vectorial math alternates between multiplication and addition? (I've never heard of it either). Anyhow, it's always nice to see new math programs.
Quote from: Art_of_camelot on December 23, 2014, 11:11:01 amSo vectorial math alternates between multiplication and addition? (I've never heard of it either). Anyhow, it's always nice to see new math programs. Lol, there's the dot product and the cross product as 'main' things, i guess.I already added both, then I also added getting the length of a vector and 'normalizing' a vector, so scaling it down to the length of 1Right now I'm trying around on making a custom menu when hitting STAT twice
insertTok:; hl - tok; bc - len (bytes) push bc ld de,appBackUpScreen ldir pop bc ld hl,appBackUpScreen ld (rclQueue),hl add hl,bc ld (rclQueueEnd),hl set 7, (iy+0Eh) set 2, (iy+33h) ret