view nasmbuild/nasm-2.13rc9/test/andbyte.asm @ 10656:d14f0b444087

<oerjan> ` cd wisdom; mv {\xc3\x84,\xc3\xa4}; mv \'{\xc3\x85,\xc3\xa5}\'
author HackBot
date Thu, 13 Apr 2017 03:46:40 +0000
parents 587a0a262d22
children
line wrap: on
line source

;Testname=test; Arguments=-fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
;Testname=otest; Arguments=-Ox -fbin -oandbyte.bin; Files=stdout stderr andbyte.bin

	bits 16

	add sp, byte -0x10
	add sp, -0x10
	adc sp, byte -0x10
	adc sp, -0x10
	and sp, byte -0x10
	and sp, -0x10
	sbb sp, byte -0x10
	sbb sp, -0x10
	sub sp, byte -0x10
	sub sp, -0x10