2018-12-11 17:55:08 +00:00
|
|
|
// Include `support/${PLATFORM}.60p` before this source
|
|
|
|
// Should print A
|
2015-10-17 14:06:50 +00:00
|
|
|
|
2018-09-09 14:03:43 +00:00
|
|
|
define main routine
|
2015-10-17 14:06:50 +00:00
|
|
|
inputs a
|
|
|
|
trashes a, z, n
|
|
|
|
{
|
|
|
|
ld a, 65
|
|
|
|
call chrout
|
|
|
|
}
|