load from memory
compile
save
play
stop
step
reset
memory
monitor
ax: 0
bx: 0
cx: 1e
dx: 0
cs: 700
ip: 0
ss: 700
sp: fffe
bp: 0
si: 0
es: 700
ds: 700
0
flags:
czsopaid
00000000
source
print("hello world\n\r"); a=10+12*(6-1); print(a); print(" "); printc(10+12*5); if(3>2){ print(" true\n\r"); } b=1; while(1){ b=b+1; print(b); if(b>10){goto(end);} } end: b=input();
:
information