renumber opcodes after samc

This commit is contained in:
Paul Driver 2018-02-18 12:55:00 -08:00
parent 3943f3fd95
commit e3ca0ad64b

View File

@ -542,33 +542,33 @@ u3n_nock_an(u3_noun bus, u3_noun fol)
#define SAME 37
#define SALM 38
#define SAMC 39
#define SKIP 39
#define SBIP 40
#define SKIN 41
#define SBIN 42
#define SNOC 43
#define SNOL 44
#define SLAM 45
#define KICB 46
#define KICS 47
#define KICK 48
#define SLAT 49
#define TICB 50
#define TICS 51
#define TICK 52
#define WILS 53
#define WISH 54
#define CUSH 55
#define DROP 56
#define HECK 57
#define SLOG 58
#define FALT 59
#define FAST 60
#define SKIB 61
#define SKIM 62
#define SLIB 63
#define SLIM 64
#define SAVE 65
#define SKIP 40
#define SBIP 41
#define SKIN 42
#define SBIN 43
#define SNOC 44
#define SNOL 45
#define SLAM 46
#define KICB 47
#define KICS 48
#define KICK 49
#define SLAT 50
#define TICB 51
#define TICS 52
#define TICK 53
#define WILS 54
#define WISH 55
#define CUSH 56
#define DROP 57
#define HECK 58
#define SLOG 59
#define FALT 60
#define FAST 61
#define SKIB 62
#define SKIM 63
#define SLIB 64
#define SLIM 65
#define SAVE 66
/* _n_apen(): emit the instructions contained in src to dst
*/