0 Members and 1 Guest are viewing this topic.
.dw $C0DE;Start Cn2.2.dw $0003.db %00010000.db $63,$3C ;"CoordOn".db %00000000 ;replacement.db 0call 04206h;Stop Cn2.2.dw $0003.db %00010000.db $63,$3D ;"CoordOff".db %00000000 ;replacement.db 0call 04212h;Send address pointer.dw $0003.db %00010000.db $63,$0A ;"Xmin".db %00000000 ;replacement.db 0ld hl, 087FAh;Send data pointer.dw $0003.db %00010000.db $63,$0B ;"Xmax".db %00000000 ;replacement.db 0ld hl, 08801h;Send size pointer.dw $0003.db %00010000.db $63,$02 ;"Xscl".db %00000000 ;replacement.db 0ld hl, 087FFh;Store Send Go.dw $0003.db %00010000.db $63,$27 ;"Delta X".db %00010000 ;store command.db 0ld (08800h), hl;Retreive Send Go.dw $0003.db %00010000.db $63,$27 ;"Delta X".db %00000000 ;replacement.db 0ld hl, (08800h);Recieve address pointer.dw $0003.db %00010000.db $63,$0C ;"Ymin".db %00000000 ;replacement.db 0ld hl, 086F3h;Recieve data pointer.dw $0003.db %00010000.db $63,$0D ;"Ymax".db %00000000 ;replacement.db 0ld hl, 086FAh;Recieve size pointer.dw $0003.db %00010000.db $63,$03 ;"Yscl".db %00000000 ;replacement.db 0ld hl, 086F8h;Store Recieve Go.dw $0003.db %00010000.db $63,$28 ;"Delta Y".db %00010000 ;store command.db 0ld (086F9h), hl;Retreive Recieve Go.dw $0003.db %00010000.db $63,$28 ;"Delta Y".db %00000000 ;replacement.db 0ld hl, (086F9h);End Axiom.dw $0000
What error do you get?
I can't say anything since I'm barely able to use Z80, but isn't that source a little tiny for a CALCnet protocol?