mirror of https://github.com/wwarthen/RomWBW.git
3 changed files with 58 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||
ROMWBW Extensions |
|||
|
|||
D. d -- display d signed |
|||
D+ d1 d2 -- d1+d2 Add double numbers |
|||
2>R d -- 2 to R |
|||
2R> d -- fetch 2 from R |
|||
M*/ d1 n2 u3 -- d=(d1*n2)/u3 |
|||
double precision mult. div |
|||
API hl de bc n -- hl de bc af |
|||
execute ROMWBW API Call |
|||
P! n p -- write byte n to i/o port p |
|||
P@ p -- n read byte n from i/o port p |
|||
Loading…
Reference in new issue