RosettaCodeData/Task/Compile-time-calculation/Z80-Assembly/compile-time-calculation.z80
2023-07-01 13:44:08 -04:00

2 lines
133 B
Z80 Assembly

ld hl,8*7*6*5*4*3*2 ;8! equals 40,320 or 0x9D80
call Monitor ;unimplemented routine, displays the register contents to screen