view samples/compilerbug_001.tp @ 183:97f107b9e8d3

Fix a few bugs in the x86 module and add jcc, push and pop instructions
author Mike Pavone <pavone@retrodev.com>
date Sat, 24 Aug 2013 19:03:18 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}