0 Members and 1 Guest are viewing this topic.
PwrReg HL
ref(HL)
Get(HL)
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
perhaps it could be usefull to be able to call the register values from the processor? like hl?the following code would return the value of ans:Code: [Select]PwrReg HLorCode: [Select]ref(HL)orCode: [Select]Get(HL)
I dunno if I said it already but...Pt-On(X,Y,PIC,<dimension1>,<dimension2>)If <dimension1> and <dimension2> aren't found, automatically display the sprite in 8x8.Also,Pen(TYPE, X1, Y1, X2, Y2)Begin drawing a shape of a certain TYPE (xLib commands 0-10) at (X1,Y1) and stop at (X2,Y2).