home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / wndos / feb94 / armb101.gif next >
Graphics Interchange Format  |  1995-09-26  |  4.4 KB  |  640x480  |  4-bit (4 colors)
   ocr: File Edit View Kun Debug Window Uptions Help Command * (scratch) = #i int a = - 1; #i int *iptr; # iptr = &a; # *iptr 1 # iptr address 1AA8 # char *string = "This is a test"; # string address 1AAE: : "This is a test" # astring address 1AAC # *string 'T' - (0x54) # *string+z 86 (0x56) # *(string*2) 'i' (0x69) 4.0MB