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

2 lines
135 B
Text

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