cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

crt.s (150B)


      1	.data
      2_stack_start:
      3	.space	8192, 0
      4_stack_end:
      5	.text
      6	.global	_start
      7_start:
      8	move.d	_stack_end, $sp
      9	jsr	main
     10	nop
     11	moveq	0, $r10
     12	jump	exit
     13	nop