Displaying 2 results from an estimated 2 matches for "4000bc".
Did you mean:
0000bc
2012 May 03
1
bwplot: using a numeric variable to position boxplots
...h <- factor(Skulls$epoch,
labels=sub("c","",levels(Skulls$epoch)))
> # create year variable
> Skulls$year <- rep(c(-4000, -3300, -1850, -200, 150), each=30)
> str(Skulls)
'data.frame': 150 obs. of 6 variables:
$ epoch: Ord.factor w/ 5 levels "4000BC"<"3300BC"<..: 1 1 1 1 1 1 1 1
1 1 ...
$ mb : num 131 125 131 119 136 138 139 125 131 134 ...
$ bh : num 138 131 132 132 143 137 130 136 134 134 ...
$ bl : num 89 92 99 96 100 89 108 93 102 99 ...
$ nh : num 49 48 50 44 54 56 48 48 51 51 ...
$ year : num...
2019 Apr 04
3
question about --emit-relocs with lld
...Sdr minimal.bfd
...
00000000004000b0 <_start>:
4000b0: 55 push %rbp
4000b1: 48 89 e5 mov %rsp,%rbp
4000b4: 48 8b 04 25 d0 00 40 mov 0x4000d0,%rax
4000bb: 00
4000b8: R_X86_64_32S .rodata
4000bc: 48 89 45 f0 mov %rax,-0x10(%rbp)
4000c0: 48 8b 04 25 d8 00 40 mov 0x4000d8,%rax
4000c7: 00
4000c4: R_X86_64_32S .L__const._start.instance+0x8
4000c8: 48 89 45 f8 mov %rax,-0x8(%rbp)
4000cc: 5d...