A86: beginner needs help


[Prev][Next][Index][Thread]

A86: beginner needs help



I need some help, 

I get the following error messages when I assembly this code:

label not found (de)                                                                                  unused data in MS byte of argument

code:

#include "asm86.h"
#include "ti86asm.inc"

.org _asm_exec_ram

Start
call _clrLCD
ld de,Bitmap
ld (hl),de        ; here is where i get the error messages, why?
ret

Bitmap:
.db %00000000
.db %01111110
.db %01100110
.db %01100110
.db %01111110
.db %00000000

.end




please help me out.  Im not sure why i get these 2 error messages

 


Follow-Ups: