- Timestamp:
- 07/02/2017 12:06:10 AM (7 years ago)
- Branches:
- master
- Children:
- f394e7b
- Parents:
- c091ef8
- Location:
- ram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etavgr.c
rc091ef8 r6dc5ea7 112 112 113 113 if (tmpval > 0) 114 execins t(vce, (ins2grp[tmpval - 1] & 0x00FF), 1);114 execins(vce, (ins2grp[tmpval - 1] & 0x00FF), 1); 115 115 116 116 modasg(); -
ram/verdate.s
rc091ef8 r6dc5ea7 23 23 .xdef _VerDate 24 24 25 _VerDate: dc.b "19881027.01" | Date and version number 26 dc.b 0 25 _VerDate: .asciz "19881027.01" | Date and version number 27 26 28 27 .end
Note:
See TracChangeset
for help on using the changeset viewer.