Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ENTER/LEAVE Instructions
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 11001000       data (2)     data (1)
────────────────────────┬──────────────────────┬────────────────────────────
 ENTER  immed16,0       │ enter 4,0            │ 88/86 ──
                        │                      │   286 11
                        │                      │   386 10
                        │                      │   486 14
────────────────────────┼──────────────────────┼────────────────────────────
 ENTER  immed16,1       │ enter 0,1            │ 88/86 ──
                        │                      │   286 15
                        │                      │   386 12
                        │                      │   486 17
────────────────────────┼──────────────────────┼────────────────────────────
 ENTER  immed16,immed8  │ enter 6,4            │ 88/86 ──
                        │                      │   286 12+4(n-1)
                        │                      │   386 15+4(n-1)
                        │                      │   486 17+3n
────────────────────────┴──────────────────────┴────────────────────────────
 
 11001001
────────────────────────┬──────────────────────┬────────────────────────────
 LEAVE                  │ leave                │ 88/86 ──
                        │                      │   286 5
                        │                      │   386 4
                        │                      │   486 5
────────────────────────┴──────────────────────┴────────────────────────────
                                    -♦-