fn main() { var n = 0; while (n < 40 * 30) { asm(72, n + 0x10000) { store } n = n + 1; } }