prog8/todo.ill

30 lines
251 B
Plaintext
Raw Normal View History

2018-01-09 22:28:39 +00:00
%output basic
2018-01-10 23:29:46 +00:00
~ ZP {
var zp1_1
var zp1_2
var zp1_3
var zp1_4
const zpc1_1
const zpc1_2
}
2018-01-09 01:40:32 +00:00
2018-01-10 23:29:46 +00:00
~ ZP {
var zp2_1
var zp2_2
var zp2_3
var zp2_4
const zpc2_1
const zpc2_2
}
2018-01-07 18:14:21 +00:00
2018-01-10 23:29:46 +00:00
~ main {
2018-01-01 17:57:12 +00:00
2018-01-07 18:14:21 +00:00
2018-01-03 20:43:19 +00:00
start:
2018-01-07 18:14:21 +00:00
return
}