1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-04-30 13:41:58 +00:00
This commit is contained in:
minux
2018-09-24 00:02:32 -04:00
parent 98fd5a343b
commit be14742779

View File

@@ -25,8 +25,8 @@ label: is a label.
single digit decimal numbers can be used as "local" labels,
which are referenced with Nf and Nb:
jmp 1f Jump back to the closest 1: label
jmp 1b Jump forward to the closest 1: label
jmp 1b Jump back to the closest 1: label
jmp 1f Jump forward to the closest 1: label
multiple words can be entered on one line, separated by semi-colon.